Html Css Color HEX #884006 Saddle Brown

📋 copy color: '#884006'

red 136 ◦ green 64 ◦ blue 6

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

Shades of Saddle Brown #884006

Tints of Saddle Brown #884006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.07%

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

R = 66.02%
G = 31.07%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#884006 (or 0x884006) is known color: Saddle Brown. HEX triplet: 88, 40 and 06. RGB value is (136,64,6). Sum of RGB (Red+Green+Blue) = 136+64+6=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #884006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884006 is #77BFF9. Grayscale: #4F4F4F. Windows color (decimal): -7847930 or 409736. OLE color: 409736.

HSL color Cylindrical-coordinate representation of color #884006: hue angle of 26.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 #884006 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 64 6 -
CMYK 0 0.53 0.96 0.47
HSL 26.77º 0.92% 0.28% -
HSV(B) 26.77º 0.96% 0.53% -
XYZ 12.02 8.91 1.26 -
YUV 78.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 136 64 6 0 0.53 0.96 0.47 26.77 0.92 0.28
Hex 88 40 6 0 35 60 2F 1B 5C 1C
Octal 210 100 6 0 65 140 57 33 134 34
Binary 10001000 1000000 110 0 110101 1100000 101111 11011 1011100 11100

Color Harmonies of #884006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884006

Black with #884006

Text Example


Text Example

White with #884006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884006; }

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

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

background-color css

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

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

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

border-color css

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

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

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