Html Css Color HEX #956A1D Golden Brown

📋 copy color: '#956A1D'

red 149 ◦ green 106 ◦ blue 29

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

Shades of Golden Brown #956A1D

Tints of Golden Brown #956A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.32%

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

R = 52.46%
G = 37.32%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#956A1D (or 0x956A1D) is known color: Golden Brown. HEX triplet: 95, 6A and 1D. RGB value is (149,106,29). Sum of RGB (Red+Green+Blue) = 149+106+29=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #956A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A1D is #6A95E2. Grayscale: #6E6E6E. Windows color (decimal): -6985187 or 1927829. OLE color: 1927829.

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

Color convert

RGB 149 106 29 -
CMYK 0 0.29 0.81 0.42
HSL 38.5º 0.67% 0.35% -
HSV(B) 38.5º 0.81% 0.58% -
XYZ 17.77 16.79 3.47 -
YUV 110.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 149 106 29 0 0.29 0.81 0.42 38.5 0.67 0.35
Hex 95 6A 1D 0 1D 51 2A 26 43 23
Octal 225 152 35 0 35 121 52 46 103 43
Binary 10010101 1101010 11101 0 11101 1010001 101010 100110 1000011 100011

Color Harmonies of #956A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A1D

Black with #956A1D

Text Example


Text Example

White with #956A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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