Html Css Color HEX #965100 Saddle Brown

📋 copy color: '#965100'

red 150 ◦ green 81 ◦ blue 0

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

Shades of Saddle Brown #965100

Tints of Saddle Brown #965100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.94%
G = 35.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#965100 (or 0x965100) is known color: Saddle Brown. HEX triplet: 96, 51 and 00. RGB value is (150,81,0). Sum of RGB (Red+Green+Blue) = 150+81+0=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #965100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965100 is #69AEFF. Grayscale: #5C5C5C. Windows color (decimal): -6926080 or 20886. OLE color: 20886.

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

Color convert

RGB 150 81 0 -
CMYK 0 0.46 1 0.41
HSL 32.4º 1% 0.29% -
HSV(B) 32.4º 1% 0.59% -
XYZ 15.52 12.37 1.57 -
YUV 92.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 150 81 0 0 0.46 1 0.41 32.4 1 0.29
Hex 96 51 0 0 2E 64 29 20 64 1D
Octal 226 121 0 0 56 144 51 40 144 35
Binary 10010110 1010001 0 0 101110 1100100 101001 100000 1100100 11101

Color Harmonies of #965100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965100

Black with #965100

Text Example


Text Example

White with #965100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965100; }

 p { color: rgb(150,81,0); }

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

background-color css

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

 a { background-color: rgb(150,81,0); }

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

border-color css

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

 span { border-color: rgb(150,81,0); }

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