Html Css Color HEX #965A17 Golden Brown

📋 copy color: '#965A17'

red 150 ◦ green 90 ◦ blue 23

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

Shades of Golden Brown #965A17

Tints of Golden Brown #965A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.75%

R = 57.03%
G = 34.22%
B = 8.75%

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

#965A17 (or 0x965A17) is known color: Golden Brown. HEX triplet: 96, 5A and 17. RGB value is (150,90,23). Sum of RGB (Red+Green+Blue) = 150+90+23=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #965A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A17 is #69A5E8. Grayscale: #646464. Windows color (decimal): -6923753 or 1530518. OLE color: 1530518.

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

Color convert

RGB 150 90 23 -
CMYK 0 0.4 0.85 0.41
HSL 31.65º 0.73% 0.34% -
HSV(B) 31.65º 0.85% 0.59% -
XYZ 16.39 13.86 2.62 -
YUV 100.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 150 90 23 0 0.4 0.85 0.41 31.65 0.73 0.34
Hex 96 5A 17 0 28 55 29 20 49 22
Octal 226 132 27 0 50 125 51 40 111 42
Binary 10010110 1011010 10111 0 101000 1010101 101001 100000 1001001 100010

Color Harmonies of #965A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A17

Black with #965A17

Text Example


Text Example

White with #965A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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