Html Css Color HEX #954106 Saddle Brown

📋 copy color: '#954106'

red 149 ◦ green 65 ◦ blue 6

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

Shades of Saddle Brown #954106

Tints of Saddle Brown #954106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

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

R = 67.73%
G = 29.55%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#954106 (or 0x954106) is known color: Saddle Brown. HEX triplet: 95, 41 and 06. RGB value is (149,65,6). Sum of RGB (Red+Green+Blue) = 149+65+6=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #954106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954106 is #6ABEF9. Grayscale: #535353. Windows color (decimal): -6995706 or 410005. OLE color: 410005.

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

Color convert

RGB 149 65 6 -
CMYK 0 0.56 0.96 0.42
HSL 24.76º 0.92% 0.3% -
HSV(B) 24.76º 0.96% 0.58% -
XYZ 14.32 10.18 1.38 -
YUV 83.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 149 65 6 0 0.56 0.96 0.42 24.76 0.92 0.3
Hex 95 41 6 0 38 60 2A 19 5C 1E
Octal 225 101 6 0 70 140 52 31 134 36
Binary 10010101 1000001 110 0 111000 1100000 101010 11001 1011100 11110

Color Harmonies of #954106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954106

Black with #954106

Text Example


Text Example

White with #954106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954106; }

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

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

background-color css

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

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

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

border-color css

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

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

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