Html Css Color HEX #866002 Golden Brown

📋 copy color: '#866002'

red 134 ◦ green 96 ◦ blue 2

#866002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #866002

Tints of Golden Brown #866002

RGB

 RED value IS 134 (52.73% from 255) = 57.76%

 GREEN value IS 96 (37.89% from 255) = 41.38%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 57.76%
G = 41.38%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#866002 (or 0x866002) is known color: Golden Brown. HEX triplet: 86, 60 and 02. RGB value is (134,96,2). Sum of RGB (Red+Green+Blue) = 134+96+2=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #866002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866002 is #799FFD. Grayscale: #616161. Windows color (decimal): -7970814 or 155782. OLE color: 155782.

HSL color Cylindrical-coordinate representation of color #866002: hue angle of 42.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #866002 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 2 -
CMYK 0 0.28 0.99 0.47
HSL 42.73º 0.97% 0.27% -
HSV(B) 42.73º 0.99% 0.53% -
XYZ 14.03 13.44 1.91 -
YUV 96.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 134 96 2 0 0.28 0.99 0.47 42.73 0.97 0.27
Hex 86 60 2 0 1C 63 2F 2B 61 1B
Octal 206 140 2 0 34 143 57 53 141 33
Binary 10000110 1100000 10 0 11100 1100011 101111 101011 1100001 11011

Color Harmonies of #866002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866002

Black with #866002

Text Example


Text Example

White with #866002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866002; }

 p { color: rgb(134,96,2); }

 H1.HeaderClassName
 {
   color: #866002;
 }
 .AnyTagClassName
 {
   color: #866002;
 }
</style>

background-color css

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

 a { background-color: rgb(134,96,2); }

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

border-color css

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

 span { border-color: rgb(134,96,2); }

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