Html Css Color HEX #965A16 Golden Brown

📋 copy color: '#965A16'

red 150 ◦ green 90 ◦ blue 22

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

Shades of Golden Brown #965A16

Tints of Golden Brown #965A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

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

R = 57.25%
G = 34.35%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#965A16 (or 0x965A16) is known color: Golden Brown. HEX triplet: 96, 5A and 16. RGB value is (150,90,22). Sum of RGB (Red+Green+Blue) = 150+90+22=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #965A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A16 is #69A5E9. Grayscale: #646464. Windows color (decimal): -6923754 or 1464982. OLE color: 1464982.

HSL color Cylindrical-coordinate representation of color #965A16: hue angle of 31.88º 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 #965A16 is Cyan = 0, Magento = 0.4, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 90 22 -
CMYK 0 0.4 0.85 0.41
HSL 31.88º 0.74% 0.34% -
HSV(B) 31.88º 0.85% 0.59% -
XYZ 16.38 13.85 2.57 -
YUV 100.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 150 90 22 0 0.4 0.85 0.41 31.88 0.74 0.34
Hex 96 5A 16 0 28 55 29 20 4A 22
Octal 226 132 26 0 50 125 51 40 112 42
Binary 10010110 1011010 10110 0 101000 1010101 101001 100000 1001010 100010

Color Harmonies of #965A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A16

Black with #965A16

Text Example


Text Example

White with #965A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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