Html Css Color HEX #965006 Saddle Brown

📋 copy color: '#965006'

red 150 ◦ green 80 ◦ blue 6

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

Shades of Saddle Brown #965006

Tints of Saddle Brown #965006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

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

R = 63.56%
G = 33.9%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#965006 (or 0x965006) is known color: Saddle Brown. HEX triplet: 96, 50 and 06. RGB value is (150,80,6). Sum of RGB (Red+Green+Blue) = 150+80+6=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #965006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965006 is #69AFF9. Grayscale: #5C5C5C. Windows color (decimal): -6926330 or 413846. OLE color: 413846.

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

Color convert

RGB 150 80 6 -
CMYK 0 0.47 0.96 0.41
HSL 30.83º 0.92% 0.31% -
HSV(B) 30.83º 0.96% 0.59% -
XYZ 15.48 12.23 1.72 -
YUV 92.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 150 80 6 0 0.47 0.96 0.41 30.83 0.92 0.31
Hex 96 50 6 0 2F 60 29 1F 5C 1F
Octal 226 120 6 0 57 140 51 37 134 37
Binary 10010110 1010000 110 0 101111 1100000 101001 11111 1011100 11111

Color Harmonies of #965006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965006

Black with #965006

Text Example


Text Example

White with #965006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965006; }

 p { color: rgb(150,80,6); }

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

background-color css

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

 a { background-color: rgb(150,80,6); }

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

border-color css

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

 span { border-color: rgb(150,80,6); }

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