Html Css Color HEX #956315 Golden Brown

📋 copy color: '#956315'

red 149 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #956315

Tints of Golden Brown #956315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 55.39%
G = 36.8%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#956315 (or 0x956315) is known color: Golden Brown. HEX triplet: 95, 63 and 15. RGB value is (149,99,21). Sum of RGB (Red+Green+Blue) = 149+99+21=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #956315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956315 is #6A9CEA. Grayscale: #696969. Windows color (decimal): -6986987 or 1401749. OLE color: 1401749.

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

Color convert

RGB 149 99 21 -
CMYK 0 0.34 0.86 0.42
HSL 36.56º 0.75% 0.33% -
HSV(B) 36.56º 0.86% 0.58% -
XYZ 16.99 15.37 2.78 -
YUV 105.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 149 99 21 0 0.34 0.86 0.42 36.56 0.75 0.33
Hex 95 63 15 0 22 56 2A 25 4B 21
Octal 225 143 25 0 42 126 52 45 113 41
Binary 10010101 1100011 10101 0 100010 1010110 101010 100101 1001011 100001

Color Harmonies of #956315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956315

Black with #956315

Text Example


Text Example

White with #956315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956315; }

 p { color: rgb(149,99,21); }

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

background-color css

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

 a { background-color: rgb(149,99,21); }

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

border-color css

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

 span { border-color: rgb(149,99,21); }

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