Html Css Color HEX #886A02 Golden Brown

📋 copy color: '#886A02'

red 136 ◦ green 106 ◦ blue 2

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

Shades of Golden Brown #886A02

Tints of Golden Brown #886A02

RGB

 RED value IS 136 (53.52% from 255) = 55.74%

 GREEN value IS 106 (41.8% from 255) = 43.44%

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

R = 55.74%
G = 43.44%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#886A02 (or 0x886A02) is known color: Golden Brown. HEX triplet: 88, 6A and 02. RGB value is (136,106,2). Sum of RGB (Red+Green+Blue) = 136+106+2=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #886A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886A02 is #7795FD. Grayscale: #676767. Windows color (decimal): -7837182 or 158344. OLE color: 158344.

HSL color Cylindrical-coordinate representation of color #886A02: hue angle of 46.57º 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 #886A02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 2 -
CMYK 0 0.22 0.99 0.47
HSL 46.57º 0.97% 0.27% -
HSV(B) 46.57º 0.99% 0.53% -
XYZ 15.32 15.55 2.25 -
YUV 103.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 136 106 2 0 0.22 0.99 0.47 46.57 0.97 0.27
Hex 88 6A 2 0 16 63 2F 2F 61 1B
Octal 210 152 2 0 26 143 57 57 141 33
Binary 10001000 1101010 10 0 10110 1100011 101111 101111 1100001 11011

Color Harmonies of #886A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A02

Black with #886A02

Text Example


Text Example

White with #886A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886A02; }

 p { color: rgb(136,106,2); }

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

background-color css

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

 a { background-color: rgb(136,106,2); }

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

border-color css

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

 span { border-color: rgb(136,106,2); }

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