Html Css Color HEX #886706 Golden Brown

📋 copy color: '#886706'

red 136 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #886706

Tints of Golden Brown #886706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.04%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 55.51%
G = 42.04%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#886706 (or 0x886706) is known color: Golden Brown. HEX triplet: 88, 67 and 06. RGB value is (136,103,6). Sum of RGB (Red+Green+Blue) = 136+103+6=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #886706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886706 is #7798F9. Grayscale: #666666. Windows color (decimal): -7837946 or 419720. OLE color: 419720.

HSL color Cylindrical-coordinate representation of color #886706: hue angle of 44.77º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #886706 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 103 6 -
CMYK 0 0.24 0.96 0.47
HSL 44.77º 0.92% 0.28% -
HSV(B) 44.77º 0.96% 0.53% -
XYZ 15.04 14.95 2.27 -
YUV 101.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 136 103 6 0 0.24 0.96 0.47 44.77 0.92 0.28
Hex 88 67 6 0 18 60 2F 2D 5C 1C
Octal 210 147 6 0 30 140 57 55 134 34
Binary 10001000 1100111 110 0 11000 1100000 101111 101101 1011100 11100

Color Harmonies of #886706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886706

Black with #886706

Text Example


Text Example

White with #886706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886706; }

 p { color: rgb(136,103,6); }

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

background-color css

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

 a { background-color: rgb(136,103,6); }

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

border-color css

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

 span { border-color: rgb(136,103,6); }

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