Html Css Color HEX #956C04 Golden Brown

📋 copy color: '#956C04'

red 149 ◦ green 108 ◦ blue 4

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

Shades of Golden Brown #956C04

Tints of Golden Brown #956C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 57.09%
G = 41.38%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#956C04 (or 0x956C04) is known color: Golden Brown. HEX triplet: 95, 6C and 04. RGB value is (149,108,4). Sum of RGB (Red+Green+Blue) = 149+108+4=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #956C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C04 is #6A93FB. Grayscale: #6C6C6C. Windows color (decimal): -6984700 or 289941. OLE color: 289941.

HSL color Cylindrical-coordinate representation of color #956C04: hue angle of 43.03º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #956C04 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 4 -
CMYK 0 0.28 0.97 0.42
HSL 43.03º 0.95% 0.3% -
HSV(B) 43.03º 0.97% 0.58% -
XYZ 17.78 17.12 2.48 -
YUV 108.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 149 108 4 0 0.28 0.97 0.42 43.03 0.95 0.3
Hex 95 6C 4 0 1C 61 2A 2B 5F 1E
Octal 225 154 4 0 34 141 52 53 137 36
Binary 10010101 1101100 100 0 11100 1100001 101010 101011 1011111 11110

Color Harmonies of #956C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C04

Black with #956C04

Text Example


Text Example

White with #956C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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