#E6B157

Color #E6B157 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #E6B157

Tints of Rob Roy #E6B157

Color information

#E6B157 (or 0xE6B157) is unknown color: approx Rob Roy. HEX triplet: E6, B1 and 57. RGB value is (230,177,87). Sum of RGB (Red+Green+Blue) = 230+177+87=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B157 is #194EA8. Grayscale: #B7B7B7. Windows color (decimal): -1658537 or 5747174. OLE color: 5747174.

HSL color Cylindrical-coordinate representation of color #E6B157: hue angle of 37.76º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6B157 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB23017787-
CMYK00.230.620.10
HSL37.76º74.09%62.16%-
HSV(B)37.76º62.17%90.2%-
XYZ50.0848.9615.83-
YUV182.5974.06161.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 46.56%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 87 (34.38% from 255) = 17.61%
R=46.56%
G=35.83%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301778700.230.620.1037.7674.0962.16
HexE6B1570173EA264a3e
Octal34626112702776124611276
Binary1110011010110001101011101011111111010101001101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B157; }

 p { color: rgb(230,177,87); }

 H1.HeaderClassName
 {
   color: #E6B157;
 }
 .AnyTagClassName
 {
   color: #E6B157;
 }
</style>
background-color css

<style>
 a { background-color: #E6B157; }

 a { background-color: rgb(230,177,87); }

 div.DivClassName
 {
   background-color: #E6B157;
 }
 .BgClassName
 {
   background-color: #E6B157;
 }
</style>
border-color css

<style>
 span { border-color: #E6B157; }

 span { border-color: rgb(230,177,87); }

 td.TdClassName
 {
   border-color: #E6B157;
 }
 .TagClassName
 {
   border-color: #E6B157;
 }
</style>