Html Css Color HEX #965514 Golden Brown

📋 copy color: '#965514'

red 150 ◦ green 85 ◦ blue 20

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

Shades of Golden Brown #965514

Tints of Golden Brown #965514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 58.82%
G = 33.33%
B = 7.84%

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

#965514 (or 0x965514) is known color: Golden Brown. HEX triplet: 96, 55 and 14. RGB value is (150,85,20). Sum of RGB (Red+Green+Blue) = 150+85+20=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965514 is #69AAEB. Grayscale: #616161. Windows color (decimal): -6925036 or 1332630. OLE color: 1332630.

HSL color Cylindrical-coordinate representation of color #965514: hue angle of 30º degrees, saturation: 0.76, 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 #965514 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 20 -
CMYK 0 0.43 0.87 0.41
HSL 30º 0.76% 0.33% -
HSV(B) 30º 0.87% 0.59% -
XYZ 15.95 13.03 2.34 -
YUV 97.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 150 85 20 0 0.43 0.87 0.41 30 0.76 0.33
Hex 96 55 14 0 2B 57 29 1E 4C 21
Octal 226 125 24 0 53 127 51 36 114 41
Binary 10010110 1010101 10100 0 101011 1010111 101001 11110 1001100 100001

Color Harmonies of #965514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965514

Black with #965514

Text Example


Text Example

White with #965514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965514; }

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

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

background-color css

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

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

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

border-color css

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

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

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