Html Css Color HEX #886800 Golden Brown

📋 copy color: '#886800'

red 136 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #886800

Tints of Golden Brown #886800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.33%

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

R = 56.67%
G = 43.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886800 (or 0x886800) is known color: Golden Brown. HEX triplet: 88, 68 and 00. RGB value is (136,104,0). Sum of RGB (Red+Green+Blue) = 136+104+0=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #886800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886800 is #7797FF. Grayscale: #666666. Windows color (decimal): -7837696 or 26760. OLE color: 26760.

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

Color convert

RGB 136 104 0 -
CMYK 0 0.24 1 0.47
HSL 45.88º 1% 0.27% -
HSV(B) 45.88º 1% 0.53% -
XYZ 15.1 15.13 2.13 -
YUV 101.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 136 104 0 0 0.24 1 0.47 45.88 1 0.27
Hex 88 68 0 0 18 64 2F 2E 64 1B
Octal 210 150 0 0 30 144 57 56 144 33
Binary 10001000 1101000 0 0 11000 1100100 101111 101110 1100100 11011

Color Harmonies of #886800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886800

Black with #886800

Text Example


Text Example

White with #886800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886800; }

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

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

background-color css

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

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

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

border-color css

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

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

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