Html Css Color HEX #965610 Golden Brown

📋 copy color: '#965610'

red 150 ◦ green 86 ◦ blue 16

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

Shades of Golden Brown #965610

Tints of Golden Brown #965610

RGB

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

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

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

R = 59.52%
G = 34.13%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#965610 (or 0x965610) is known color: Golden Brown. HEX triplet: 96, 56 and 10. RGB value is (150,86,16). Sum of RGB (Red+Green+Blue) = 150+86+16=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #965610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965610 is #69A9EF. Grayscale: #616161. Windows color (decimal): -6924784 or 1070742. OLE color: 1070742.

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

Color convert

RGB 150 86 16 -
CMYK 0 0.43 0.89 0.41
HSL 31.34º 0.81% 0.33% -
HSV(B) 31.34º 0.89% 0.59% -
XYZ 16 13.18 2.19 -
YUV 97.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 150 86 16 0 0.43 0.89 0.41 31.34 0.81 0.33
Hex 96 56 10 0 2B 59 29 1F 51 21
Octal 226 126 20 0 53 131 51 37 121 41
Binary 10010110 1010110 10000 0 101011 1011001 101001 11111 1010001 100001

Color Harmonies of #965610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965610

Black with #965610

Text Example


Text Example

White with #965610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965610; }

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

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

background-color css

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

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

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

border-color css

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

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

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