Html Css Color HEX #944706 Saddle Brown

📋 copy color: '#944706'

red 148 ◦ green 71 ◦ blue 6

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

Shades of Saddle Brown #944706

Tints of Saddle Brown #944706

RGB

 RED value IS 148 (58.2% from 255) = 65.78%

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 65.78%
G = 31.56%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#944706 (or 0x944706) is known color: Saddle Brown. HEX triplet: 94, 47 and 06. RGB value is (148,71,6). Sum of RGB (Red+Green+Blue) = 148+71+6=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #944706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944706 is #6BB8F9. Grayscale: #565656. Windows color (decimal): -7059706 or 411540. OLE color: 411540.

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

Color convert

RGB 148 71 6 -
CMYK 0 0.52 0.96 0.42
HSL 27.46º 0.92% 0.3% -
HSV(B) 27.46º 0.96% 0.58% -
XYZ 14.5 10.82 1.5 -
YUV 86.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 148 71 6 0 0.52 0.96 0.42 27.46 0.92 0.3
Hex 94 47 6 0 34 60 2A 1B 5C 1E
Octal 224 107 6 0 64 140 52 33 134 36
Binary 10010100 1000111 110 0 110100 1100000 101010 11011 1011100 11110

Color Harmonies of #944706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944706

Black with #944706

Text Example


Text Example

White with #944706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944706; }

 p { color: rgb(148,71,6); }

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

background-color css

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

 a { background-color: rgb(148,71,6); }

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

border-color css

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

 span { border-color: rgb(148,71,6); }

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