Html Css Color HEX #956B13 Golden Brown

📋 copy color: '#956B13'

red 149 ◦ green 107 ◦ blue 19

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

Shades of Golden Brown #956B13

Tints of Golden Brown #956B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.91%

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

R = 54.18%
G = 38.91%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#956B13 (or 0x956B13) is known color: Golden Brown. HEX triplet: 95, 6B and 13. RGB value is (149,107,19). Sum of RGB (Red+Green+Blue) = 149+107+19=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #956B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956B13 is #6A94EC. Grayscale: #6D6D6D. Windows color (decimal): -6984941 or 1272725. OLE color: 1272725.

HSL color Cylindrical-coordinate representation of color #956B13: hue angle of 40.62º degrees, saturation: 0.77, 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 #956B13 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 19 -
CMYK 0 0.28 0.87 0.42
HSL 40.62º 0.77% 0.33% -
HSV(B) 40.62º 0.87% 0.58% -
XYZ 17.77 16.95 2.95 -
YUV 109.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 149 107 19 0 0.28 0.87 0.42 40.62 0.77 0.33
Hex 95 6B 13 0 1C 57 2A 29 4D 21
Octal 225 153 23 0 34 127 52 51 115 41
Binary 10010101 1101011 10011 0 11100 1010111 101010 101001 1001101 100001

Color Harmonies of #956B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B13

Black with #956B13

Text Example


Text Example

White with #956B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B13; }

 p { color: rgb(149,107,19); }

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

background-color css

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

 a { background-color: rgb(149,107,19); }

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

border-color css

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

 span { border-color: rgb(149,107,19); }

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