Html Css Color HEX #886600 Golden Brown

📋 copy color: '#886600'

red 136 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #886600

Tints of Golden Brown #886600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886600 (or 0x886600) is known color: Golden Brown. HEX triplet: 88, 66 and 00. RGB value is (136,102,0). Sum of RGB (Red+Green+Blue) = 136+102+0=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #886600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886600 is #7799FF. Grayscale: #646464. Windows color (decimal): -7838208 or 26248. OLE color: 26248.

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

Color convert

RGB 136 102 0 -
CMYK 0 0.25 1 0.47
HSL 45º 1% 0.27% -
HSV(B) 45º 1% 0.53% -
XYZ 14.9 14.74 2.06 -
YUV 100.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 136 102 0 0 0.25 1 0.47 45 1 0.27
Hex 88 66 0 0 19 64 2F 2D 64 1B
Octal 210 146 0 0 31 144 57 55 144 33
Binary 10001000 1100110 0 0 11001 1100100 101111 101101 1100100 11011

Color Harmonies of #886600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886600

Black with #886600

Text Example


Text Example

White with #886600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886600; }

 p { color: rgb(136,102,0); }

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

background-color css

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

 a { background-color: rgb(136,102,0); }

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

border-color css

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

 span { border-color: rgb(136,102,0); }

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