Html Css Color HEX #956014 Golden Brown

📋 copy color: '#956014'

red 149 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #956014

Tints of Golden Brown #956014

RGB

 RED value IS 149 (58.59% from 255) = 56.23%

 GREEN value IS 96 (37.89% from 255) = 36.23%

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

R = 56.23%
G = 36.23%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#956014 (or 0x956014) is known color: Golden Brown. HEX triplet: 95, 60 and 14. RGB value is (149,96,20). Sum of RGB (Red+Green+Blue) = 149+96+20=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #956014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956014 is #6A9FEB. Grayscale: #676767. Windows color (decimal): -6987756 or 1335445. OLE color: 1335445.

HSL color Cylindrical-coordinate representation of color #956014: hue angle of 35.35º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #956014 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 20 -
CMYK 0 0.36 0.87 0.42
HSL 35.35º 0.76% 0.33% -
HSV(B) 35.35º 0.87% 0.58% -
XYZ 16.7 14.81 2.64 -
YUV 103.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 149 96 20 0 0.36 0.87 0.42 35.35 0.76 0.33
Hex 95 60 14 0 24 57 2A 23 4C 21
Octal 225 140 24 0 44 127 52 43 114 41
Binary 10010101 1100000 10100 0 100100 1010111 101010 100011 1001100 100001

Color Harmonies of #956014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956014

Black with #956014

Text Example


Text Example

White with #956014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956014; }

 p { color: rgb(149,96,20); }

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

background-color css

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

 a { background-color: rgb(149,96,20); }

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

border-color css

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

 span { border-color: rgb(149,96,20); }

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