#974406

Color #974406 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #974406

Tints of Saddle Brown #974406

Color information

#974406 (or 0x974406) is unknown color: approx Saddle Brown. HEX triplet: 97, 44 and 06. RGB value is (151,68,6). Sum of RGB (Red+Green+Blue) = 151+68+6=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #974406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974406 is #68BBF9. Grayscale: #565656. Windows color (decimal): -6863866 or 410775. OLE color: 410775.

HSL color Cylindrical-coordinate representation of color #974406: hue angle of 25.66º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #974406 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB151686-
CMYK00.550.960.41
HSL25.66º92.36%30.78%-
HSV(B)25.66º96.03%59.22%-
XYZ14.8610.731.46-
YUV85.7583174.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 6 (2.73% from 255) = 2.67%
R=67.11%
G=30.22%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15168600.550.960.4125.6692.3630.78
Hex9744603760291a5c1f
Octal2271046067140513213437
Binary1001011110001001100110111110000010100111010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974406; }

 p { color: rgb(151,68,6); }

 H1.HeaderClassName
 {
   color: #974406;
 }
 .AnyTagClassName
 {
   color: #974406;
 }
</style>
background-color css

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

 a { background-color: rgb(151,68,6); }

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

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

 span { border-color: rgb(151,68,6); }

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