Html Css Color HEX #953106 Saddle Brown

📋 copy color: '#953106'

red 149 ◦ green 49 ◦ blue 6

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

Shades of Saddle Brown #953106

Tints of Saddle Brown #953106

RGB

 RED value IS 149 (58.59% from 255) = 73.04%

 GREEN value IS 49 (19.53% from 255) = 24.02%

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

R = 73.04%
G = 24.02%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#953106 (or 0x953106) is known color: Saddle Brown. HEX triplet: 95, 31 and 06. RGB value is (149,49,6). Sum of RGB (Red+Green+Blue) = 149+49+6=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #953106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953106 is #6ACEF9. Grayscale: #4A4A4A. Windows color (decimal): -6999802 or 405909. OLE color: 405909.

HSL color Cylindrical-coordinate representation of color #953106: hue angle of 18.04º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953106 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 6 -
CMYK 0 0.67 0.96 0.42
HSL 18.04º 0.92% 0.3% -
HSV(B) 18.04º 0.96% 0.58% -
XYZ 13.53 8.6 1.12 -
YUV 74 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 149 49 6 0 0.67 0.96 0.42 18.04 0.92 0.3
Hex 95 31 6 0 43 60 2A 12 5C 1E
Octal 225 61 6 0 103 140 52 22 134 36
Binary 10010101 110001 110 0 1000011 1100000 101010 10010 1011100 11110

Color Harmonies of #953106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953106

Black with #953106

Text Example


Text Example

White with #953106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953106; }

 p { color: rgb(149,49,6); }

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

background-color css

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

 a { background-color: rgb(149,49,6); }

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

border-color css

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

 span { border-color: rgb(149,49,6); }

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