Html Css Color HEX #885106 Saddle Brown

📋 copy color: '#885106'

red 136 ◦ green 81 ◦ blue 6

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

Shades of Saddle Brown #885106

Tints of Saddle Brown #885106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

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

R = 60.99%
G = 36.32%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#885106 (or 0x885106) is known color: Saddle Brown. HEX triplet: 88, 51 and 06. RGB value is (136,81,6). Sum of RGB (Red+Green+Blue) = 136+81+6=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #885106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885106 is #77AEF9. Grayscale: #595959. Windows color (decimal): -7843578 or 414088. OLE color: 414088.

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

Color convert

RGB 136 81 6 -
CMYK 0 0.40 0.96 0.47
HSL 34.62º 0.92% 0.28% -
HSV(B) 34.62º 0.96% 0.53% -
XYZ 13.13 11.13 1.63 -
YUV 88.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 136 81 6 0 0.40 0.96 0.47 34.62 0.92 0.28
Hex 88 51 6 0 28 60 2F 23 5C 1C
Octal 210 121 6 0 50 140 57 43 134 34
Binary 10001000 1010001 110 0 101000 1100000 101111 100011 1011100 11100

Color Harmonies of #885106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885106

Black with #885106

Text Example


Text Example

White with #885106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885106; }

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

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

background-color css

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

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

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

border-color css

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

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

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