Html Css Color HEX #886102 Golden Brown

📋 copy color: '#886102'

red 136 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #886102

Tints of Golden Brown #886102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 57.87%
G = 41.28%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#886102 (or 0x886102) is known color: Golden Brown. HEX triplet: 88, 61 and 02. RGB value is (136,97,2). Sum of RGB (Red+Green+Blue) = 136+97+2=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #886102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886102 is #779EFD. Grayscale: #626262. Windows color (decimal): -7839486 or 156040. OLE color: 156040.

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

Color convert

RGB 136 97 2 -
CMYK 0 0.29 0.99 0.47
HSL 42.54º 0.97% 0.27% -
HSV(B) 42.54º 0.99% 0.53% -
XYZ 14.44 13.79 1.96 -
YUV 97.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 136 97 2 0 0.29 0.99 0.47 42.54 0.97 0.27
Hex 88 61 2 0 1D 63 2F 2B 61 1B
Octal 210 141 2 0 35 143 57 53 141 33
Binary 10001000 1100001 10 0 11101 1100011 101111 101011 1100001 11011

Color Harmonies of #886102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886102

Black with #886102

Text Example


Text Example

White with #886102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886102; }

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

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

background-color css

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

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

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

border-color css

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

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

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