Html Css Color HEX #956E1C Golden Brown

📋 copy color: '#956E1C'

red 149 ◦ green 110 ◦ blue 28

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

Shades of Golden Brown #956E1C

Tints of Golden Brown #956E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.33%

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

R = 51.92%
G = 38.33%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#956E1C (or 0x956E1C) is known color: Golden Brown. HEX triplet: 95, 6E and 1C. RGB value is (149,110,28). Sum of RGB (Red+Green+Blue) = 149+110+28=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E1C is #6A91E3. Grayscale: #707070. Windows color (decimal): -6984164 or 1863317. OLE color: 1863317.

HSL color Cylindrical-coordinate representation of color #956E1C: hue angle of 40.66º 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 #956E1C is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 28 -
CMYK 0 0.26 0.81 0.42
HSL 40.66º 0.68% 0.35% -
HSV(B) 40.66º 0.81% 0.58% -
XYZ 18.18 17.63 3.54 -
YUV 112.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 149 110 28 0 0.26 0.81 0.42 40.66 0.68 0.35
Hex 95 6E 1C 0 1A 51 2A 29 44 23
Octal 225 156 34 0 32 121 52 51 104 43
Binary 10010101 1101110 11100 0 11010 1010001 101010 101001 1000100 100011

Color Harmonies of #956E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E1C

Black with #956E1C

Text Example


Text Example

White with #956E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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