Html Css Color HEX #965710 Golden Brown

📋 copy color: '#965710'

red 150 ◦ green 87 ◦ blue 16

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

Shades of Golden Brown #965710

Tints of Golden Brown #965710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 59.29%
G = 34.39%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#965710 (or 0x965710) is known color: Golden Brown. HEX triplet: 96, 57 and 10. RGB value is (150,87,16). Sum of RGB (Red+Green+Blue) = 150+87+16=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #965710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965710 is #69A8EF. Grayscale: #626262. Windows color (decimal): -6924528 or 1070998. OLE color: 1070998.

HSL color Cylindrical-coordinate representation of color #965710: hue angle of 31.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #965710 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 16 -
CMYK 0 0.42 0.89 0.41
HSL 31.79º 0.81% 0.33% -
HSV(B) 31.79º 0.89% 0.59% -
XYZ 16.08 13.34 2.22 -
YUV 97.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 150 87 16 0 0.42 0.89 0.41 31.79 0.81 0.33
Hex 96 57 10 0 2A 59 29 20 51 21
Octal 226 127 20 0 52 131 51 40 121 41
Binary 10010110 1010111 10000 0 101010 1011001 101001 100000 1010001 100001

Color Harmonies of #965710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965710

Black with #965710

Text Example


Text Example

White with #965710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965710; }

 p { color: rgb(150,87,16); }

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

background-color css

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

 a { background-color: rgb(150,87,16); }

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

border-color css

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

 span { border-color: rgb(150,87,16); }

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