Html Css Color HEX #965716 Golden Brown

📋 copy color: '#965716'

red 150 ◦ green 87 ◦ blue 22

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

Shades of Golden Brown #965716

Tints of Golden Brown #965716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 57.92%
G = 33.59%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965716 (or 0x965716) is known color: Golden Brown. HEX triplet: 96, 57 and 16. RGB value is (150,87,22). Sum of RGB (Red+Green+Blue) = 150+87+22=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #965716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965716 is #69A8E9. Grayscale: #626262. Windows color (decimal): -6924522 or 1464214. OLE color: 1464214.

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

Color convert

RGB 150 87 22 -
CMYK 0 0.42 0.85 0.41
HSL 30.47º 0.74% 0.34% -
HSV(B) 30.47º 0.85% 0.59% -
XYZ 16.13 13.36 2.49 -
YUV 98.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 150 87 22 0 0.42 0.85 0.41 30.47 0.74 0.34
Hex 96 57 16 0 2A 55 29 1E 4A 22
Octal 226 127 26 0 52 125 51 36 112 42
Binary 10010110 1010111 10110 0 101010 1010101 101001 11110 1001010 100010

Color Harmonies of #965716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965716

Black with #965716

Text Example


Text Example

White with #965716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965716; }

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

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

background-color css

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

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

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

border-color css

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

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

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