Html Css Color HEX #965510 Golden Brown

📋 copy color: '#965510'

red 150 ◦ green 85 ◦ blue 16

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

Shades of Golden Brown #965510

Tints of Golden Brown #965510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.86%

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

R = 59.76%
G = 33.86%
B = 6.37%

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

#965510 (or 0x965510) is known color: Golden Brown. HEX triplet: 96, 55 and 10. RGB value is (150,85,16). Sum of RGB (Red+Green+Blue) = 150+85+16=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #965510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965510 is #69AAEF. Grayscale: #606060. Windows color (decimal): -6925040 or 1070486. OLE color: 1070486.

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

Color convert

RGB 150 85 16 -
CMYK 0 0.43 0.89 0.41
HSL 30.9º 0.81% 0.33% -
HSV(B) 30.9º 0.89% 0.59% -
XYZ 15.92 13.02 2.16 -
YUV 96.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 150 85 16 0 0.43 0.89 0.41 30.9 0.81 0.33
Hex 96 55 10 0 2B 59 29 1F 51 21
Octal 226 125 20 0 53 131 51 37 121 41
Binary 10010110 1010101 10000 0 101011 1011001 101001 11111 1010001 100001

Color Harmonies of #965510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965510

Black with #965510

Text Example


Text Example

White with #965510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965510; }

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

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

background-color css

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

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

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

border-color css

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

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

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