#E6A756

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

Shades of Rob Roy #E6A756

Tints of Rob Roy #E6A756

Color information

#E6A756 (or 0xE6A756) is unknown color: approx Rob Roy. HEX triplet: E6, A7 and 56. RGB value is (230,167,86). Sum of RGB (Red+Green+Blue) = 230+167+86=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A756 is #1958A9. Grayscale: #B0B0B0. Windows color (decimal): -1661098 or 5679078. OLE color: 5679078.

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

Color convert

RGB23016786-
CMYK00.270.630.10
HSL33.75º74.23%61.96%-
HSV(B)33.75º62.61%90.2%-
XYZ48.1345.1314.98-
YUV176.676.87166.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.62%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 86 (33.98% from 255) = 17.81%
R=47.62%
G=34.58%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301678600.270.630.1033.7574.2361.96
HexE6A75601B3FA224a3e
Octal34624712603377124211276
Binary1110011010100111101011001101111111110101000101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A756; }

 p { color: rgb(230,167,86); }

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

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

 a { background-color: rgb(230,167,86); }

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

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

 span { border-color: rgb(230,167,86); }

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