Html Css Color HEX #965513 Golden Brown

📋 copy color: '#965513'

red 150 ◦ green 85 ◦ blue 19

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

Shades of Golden Brown #965513

Tints of Golden Brown #965513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 59.06%
G = 33.46%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#965513 (or 0x965513) is known color: Golden Brown. HEX triplet: 96, 55 and 13. RGB value is (150,85,19). Sum of RGB (Red+Green+Blue) = 150+85+19=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #965513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965513 is #69AAEC. Grayscale: #616161. Windows color (decimal): -6925037 or 1267094. OLE color: 1267094.

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

Color convert

RGB 150 85 19 -
CMYK 0 0.43 0.87 0.41
HSL 30.23º 0.78% 0.33% -
HSV(B) 30.23º 0.87% 0.59% -
XYZ 15.94 13.03 2.29 -
YUV 96.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 150 85 19 0 0.43 0.87 0.41 30.23 0.78 0.33
Hex 96 55 13 0 2B 57 29 1E 4E 21
Octal 226 125 23 0 53 127 51 36 116 41
Binary 10010110 1010101 10011 0 101011 1010111 101001 11110 1001110 100001

Color Harmonies of #965513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965513

Black with #965513

Text Example


Text Example

White with #965513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965513; }

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

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

background-color css

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

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

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

border-color css

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

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

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