Html Css Color HEX #96460F Saddle Brown

📋 copy color: '#96460F'

red 150 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #96460F

Tints of Saddle Brown #96460F

RGB

 RED value IS 150 (58.98% from 255) = 63.83%

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 63.83%
G = 29.79%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96460F (or 0x96460F) is known color: Saddle Brown. HEX triplet: 96, 46 and 0F. RGB value is (150,70,15). Sum of RGB (Red+Green+Blue) = 150+70+15=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #96460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96460F is #69B9F0. Grayscale: #575757. Windows color (decimal): -6928881 or 1001110. OLE color: 1001110.

HSL color Cylindrical-coordinate representation of color #96460F: hue angle of 24.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96460F is Cyan = 0, Magento = 0.53, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 15 -
CMYK 0 0.53 0.9 0.41
HSL 24.44º 0.82% 0.32% -
HSV(B) 24.44º 0.9% 0.59% -
XYZ 14.85 10.9 1.77 -
YUV 87.65 87 172.47 -
System Red Green Blue C M Y K H S L
Decimal 150 70 15 0 0.53 0.9 0.41 24.44 0.82 0.32
Hex 96 46 F 0 35 5A 29 18 52 20
Octal 226 106 17 0 65 132 51 30 122 40
Binary 10010110 1000110 1111 0 110101 1011010 101001 11000 1010010 100000

Color Harmonies of #96460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96460F

Black with #96460F

Text Example


Text Example

White with #96460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96460F; }

 p { color: rgb(150,70,15); }

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

background-color css

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

 a { background-color: rgb(150,70,15); }

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

border-color css

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

 span { border-color: rgb(150,70,15); }

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