Html Css Color HEX #956804 Golden Brown

📋 copy color: '#956804'

red 149 ◦ green 104 ◦ blue 4

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

Shades of Golden Brown #956804

Tints of Golden Brown #956804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

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

R = 57.98%
G = 40.47%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#956804 (or 0x956804) is known color: Golden Brown. HEX triplet: 95, 68 and 04. RGB value is (149,104,4). Sum of RGB (Red+Green+Blue) = 149+104+4=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #956804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956804 is #6A97FB. Grayscale: #6A6A6A. Windows color (decimal): -6985724 or 288917. OLE color: 288917.

HSL color Cylindrical-coordinate representation of color #956804: hue angle of 41.38º 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 #956804 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 4 -
CMYK 0 0.30 0.97 0.42
HSL 41.38º 0.95% 0.3% -
HSV(B) 41.38º 0.97% 0.58% -
XYZ 17.37 16.3 2.35 -
YUV 106.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 149 104 4 0 0.30 0.97 0.42 41.38 0.95 0.3
Hex 95 68 4 0 1E 61 2A 29 5F 1E
Octal 225 150 4 0 36 141 52 51 137 36
Binary 10010101 1101000 100 0 11110 1100001 101010 101001 1011111 11110

Color Harmonies of #956804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956804

Black with #956804

Text Example


Text Example

White with #956804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956804; }

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

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

background-color css

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

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

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

border-color css

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

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

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