Html Css Color HEX #956304 Golden Brown

📋 copy color: '#956304'

red 149 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #956304

Tints of Golden Brown #956304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 59.13%
G = 39.29%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#956304 (or 0x956304) is known color: Golden Brown. HEX triplet: 95, 63 and 04. RGB value is (149,99,4). Sum of RGB (Red+Green+Blue) = 149+99+4=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #956304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956304 is #6A9CFB. Grayscale: #676767. Windows color (decimal): -6987004 or 287637. OLE color: 287637.

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

Color convert

RGB 149 99 4 -
CMYK 0 0.34 0.97 0.42
HSL 39.31º 0.95% 0.3% -
HSV(B) 39.31º 0.97% 0.58% -
XYZ 16.88 15.32 2.18 -
YUV 103.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 149 99 4 0 0.34 0.97 0.42 39.31 0.95 0.3
Hex 95 63 4 0 22 61 2A 27 5F 1E
Octal 225 143 4 0 42 141 52 47 137 36
Binary 10010101 1100011 100 0 100010 1100001 101010 100111 1011111 11110

Color Harmonies of #956304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956304

Black with #956304

Text Example


Text Example

White with #956304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956304; }

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

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

background-color css

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

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

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

border-color css

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

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

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