Html Css Color HEX #965515 Golden Brown

📋 copy color: '#965515'

red 150 ◦ green 85 ◦ blue 21

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

Shades of Golden Brown #965515

Tints of Golden Brown #965515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 58.59%
G = 33.2%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#965515 (or 0x965515) is known color: Golden Brown. HEX triplet: 96, 55 and 15. RGB value is (150,85,21). Sum of RGB (Red+Green+Blue) = 150+85+21=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #965515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965515 is #69AAEA. Grayscale: #616161. Windows color (decimal): -6925035 or 1398166. OLE color: 1398166.

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

Color convert

RGB 150 85 21 -
CMYK 0 0.43 0.86 0.41
HSL 29.77º 0.75% 0.34% -
HSV(B) 29.77º 0.86% 0.59% -
XYZ 15.96 13.04 2.38 -
YUV 97.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 150 85 21 0 0.43 0.86 0.41 29.77 0.75 0.34
Hex 96 55 15 0 2B 56 29 1E 4B 22
Octal 226 125 25 0 53 126 51 36 113 42
Binary 10010110 1010101 10101 0 101011 1010110 101001 11110 1001011 100010

Color Harmonies of #965515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965515

Black with #965515

Text Example


Text Example

White with #965515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965515; }

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

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

background-color css

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

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

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

border-color css

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

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

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