Html Css Color HEX #956D1C Golden Brown

📋 copy color: '#956D1C'

red 149 ◦ green 109 ◦ blue 28

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

Shades of Golden Brown #956D1C

Tints of Golden Brown #956D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.11%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 52.1%
G = 38.11%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#956D1C (or 0x956D1C) is known color: Golden Brown. HEX triplet: 95, 6D and 1C. RGB value is (149,109,28). Sum of RGB (Red+Green+Blue) = 149+109+28=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #956D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D1C is #6A92E3. Grayscale: #707070. Windows color (decimal): -6984420 or 1863061. OLE color: 1863061.

HSL color Cylindrical-coordinate representation of color #956D1C: hue angle of 40.17º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #956D1C is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 109 28 -
CMYK 0 0.27 0.81 0.42
HSL 40.17º 0.68% 0.35% -
HSV(B) 40.17º 0.81% 0.58% -
XYZ 18.07 17.41 3.51 -
YUV 111.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 149 109 28 0 0.27 0.81 0.42 40.17 0.68 0.35
Hex 95 6D 1C 0 1B 51 2A 28 44 23
Octal 225 155 34 0 33 121 52 50 104 43
Binary 10010101 1101101 11100 0 11011 1010001 101010 101000 1000100 100011

Color Harmonies of #956D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D1C

Black with #956D1C

Text Example


Text Example

White with #956D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,109,28); }

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

background-color css

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

 a { background-color: rgb(149,109,28); }

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

border-color css

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

 span { border-color: rgb(149,109,28); }

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