Html Css Color HEX #886000 Golden Brown

📋 copy color: '#886000'

red 136 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #886000

Tints of Golden Brown #886000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 58.62%
G = 41.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886000 (or 0x886000) is known color: Golden Brown. HEX triplet: 88, 60 and 00. RGB value is (136,96,0). Sum of RGB (Red+Green+Blue) = 136+96+0=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #886000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886000 is #779FFF. Grayscale: #616161. Windows color (decimal): -7839744 or 24712. OLE color: 24712.

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

Color convert

RGB 136 96 0 -
CMYK 0 0.29 1 0.47
HSL 42.35º 1% 0.27% -
HSV(B) 42.35º 1% 0.53% -
XYZ 14.34 13.6 1.87 -
YUV 97.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 136 96 0 0 0.29 1 0.47 42.35 1 0.27
Hex 88 60 0 0 1D 64 2F 2A 64 1B
Octal 210 140 0 0 35 144 57 52 144 33
Binary 10001000 1100000 0 0 11101 1100100 101111 101010 1100100 11011

Color Harmonies of #886000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886000

Black with #886000

Text Example


Text Example

White with #886000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886000; }

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

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

background-color css

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

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

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

border-color css

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

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

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