Html Css Color HEX #965600 Golden Brown

📋 copy color: '#965600'

red 150 ◦ green 86 ◦ blue 0

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

Shades of Golden Brown #965600

Tints of Golden Brown #965600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 63.56%
G = 36.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#965600 (or 0x965600) is known color: Golden Brown. HEX triplet: 96, 56 and 00. RGB value is (150,86,0). Sum of RGB (Red+Green+Blue) = 150+86+0=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #965600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965600 is #69A9FF. Grayscale: #5F5F5F. Windows color (decimal): -6924800 or 22166. OLE color: 22166.

HSL color Cylindrical-coordinate representation of color #965600: hue angle of 34.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 #965600 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 0 -
CMYK 0 0.43 1 0.41
HSL 34.4º 1% 0.29% -
HSV(B) 34.4º 1% 0.59% -
XYZ 15.91 13.14 1.7 -
YUV 95.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 150 86 0 0 0.43 1 0.41 34.4 1 0.29
Hex 96 56 0 0 2B 64 29 22 64 1D
Octal 226 126 0 0 53 144 51 42 144 35
Binary 10010110 1010110 0 0 101011 1100100 101001 100010 1100100 11101

Color Harmonies of #965600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965600

Black with #965600

Text Example


Text Example

White with #965600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965600; }

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

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

background-color css

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

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

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

border-color css

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

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

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