Html Css Color HEX #956E1D Golden Brown

📋 copy color: '#956E1D'

red 149 ◦ green 110 ◦ blue 29

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

Shades of Golden Brown #956E1D

Tints of Golden Brown #956E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 51.74%
G = 38.19%
B = 10.07%

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

#956E1D (or 0x956E1D) is known color: Golden Brown. HEX triplet: 95, 6E and 1D. RGB value is (149,110,29). Sum of RGB (Red+Green+Blue) = 149+110+29=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #956E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E1D is #6A91E2. Grayscale: #707070. Windows color (decimal): -6984163 or 1928853. OLE color: 1928853.

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

Color convert

RGB 149 110 29 -
CMYK 0 0.26 0.81 0.42
HSL 40.5º 0.67% 0.35% -
HSV(B) 40.5º 0.81% 0.58% -
XYZ 18.19 17.63 3.61 -
YUV 112.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 149 110 29 0 0.26 0.81 0.42 40.5 0.67 0.35
Hex 95 6E 1D 0 1A 51 2A 28 43 23
Octal 225 156 35 0 32 121 52 50 103 43
Binary 10010101 1101110 11101 0 11010 1010001 101010 101000 1000011 100011

Color Harmonies of #956E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E1D

Black with #956E1D

Text Example


Text Example

White with #956E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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