Html Css Color HEX #963601 Saddle Brown

📋 copy color: '#963601'

red 150 ◦ green 54 ◦ blue 1

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

Shades of Saddle Brown #963601

Tints of Saddle Brown #963601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 73.17%
G = 26.34%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#963601 (or 0x963601) is known color: Saddle Brown. HEX triplet: 96, 36 and 01. RGB value is (150,54,1). Sum of RGB (Red+Green+Blue) = 150+54+1=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #963601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963601 is #69C9FE. Grayscale: #4C4C4C. Windows color (decimal): -6932991 or 79510. OLE color: 79510.

HSL color Cylindrical-coordinate representation of color #963601: hue angle of 21.34º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #963601 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 1 -
CMYK 0 0.64 0.99 0.41
HSL 21.34º 0.99% 0.3% -
HSV(B) 21.34º 0.99% 0.59% -
XYZ 13.9 9.12 1.06 -
YUV 76.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 150 54 1 0 0.64 0.99 0.41 21.34 0.99 0.3
Hex 96 36 1 0 40 63 29 15 63 1E
Octal 226 66 1 0 100 143 51 25 143 36
Binary 10010110 110110 1 0 1000000 1100011 101001 10101 1100011 11110

Color Harmonies of #963601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963601

Black with #963601

Text Example


Text Example

White with #963601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963601; }

 p { color: rgb(150,54,1); }

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

background-color css

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

 a { background-color: rgb(150,54,1); }

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

border-color css

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

 span { border-color: rgb(150,54,1); }

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