Html Css Color HEX #956C1E Golden Brown

📋 copy color: '#956C1E'

red 149 ◦ green 108 ◦ blue 30

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

Shades of Golden Brown #956C1E

Tints of Golden Brown #956C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.63%

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 51.92%
G = 37.63%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#956C1E (or 0x956C1E) is known color: Golden Brown. HEX triplet: 95, 6C and 1E. RGB value is (149,108,30). Sum of RGB (Red+Green+Blue) = 149+108+30=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #956C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C1E is #6A93E1. Grayscale: #6F6F6F. Windows color (decimal): -6984674 or 1993877. OLE color: 1993877.

HSL color Cylindrical-coordinate representation of color #956C1E: hue angle of 39.33º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #956C1E is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 30 -
CMYK 0 0.28 0.80 0.42
HSL 39.33º 0.66% 0.35% -
HSV(B) 39.33º 0.8% 0.58% -
XYZ 17.99 17.21 3.6 -
YUV 111.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 149 108 30 0 0.28 0.80 0.42 39.33 0.66 0.35
Hex 95 6C 1E 0 1C 50 2A 27 42 23
Octal 225 154 36 0 34 120 52 47 102 43
Binary 10010101 1101100 11110 0 11100 1010000 101010 100111 1000010 100011

Color Harmonies of #956C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C1E

Black with #956C1E

Text Example


Text Example

White with #956C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,30); }

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

background-color css

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

 a { background-color: rgb(149,108,30); }

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

border-color css

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

 span { border-color: rgb(149,108,30); }

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