Html Css Color HEX #886902 Golden Brown

📋 copy color: '#886902'

red 136 ◦ green 105 ◦ blue 2

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

Shades of Golden Brown #886902

Tints of Golden Brown #886902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

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

R = 55.97%
G = 43.21%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#886902 (or 0x886902) is known color: Golden Brown. HEX triplet: 88, 69 and 02. RGB value is (136,105,2). Sum of RGB (Red+Green+Blue) = 136+105+2=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #886902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886902 is #7796FD. Grayscale: #666666. Windows color (decimal): -7837438 or 158088. OLE color: 158088.

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

Color convert

RGB 136 105 2 -
CMYK 0 0.23 0.99 0.47
HSL 46.12º 0.97% 0.27% -
HSV(B) 46.12º 0.99% 0.53% -
XYZ 15.22 15.34 2.22 -
YUV 102.53 71.27 151.88 -
System Red Green Blue C M Y K H S L
Decimal 136 105 2 0 0.23 0.99 0.47 46.12 0.97 0.27
Hex 88 69 2 0 17 63 2F 2E 61 1B
Octal 210 151 2 0 27 143 57 56 141 33
Binary 10001000 1101001 10 0 10111 1100011 101111 101110 1100001 11011

Color Harmonies of #886902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886902

Black with #886902

Text Example


Text Example

White with #886902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886902; }

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

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

background-color css

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

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

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

border-color css

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

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

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