Html Css Color HEX #956904 Golden Brown

📋 copy color: '#956904'

red 149 ◦ green 105 ◦ blue 4

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

Shades of Golden Brown #956904

Tints of Golden Brown #956904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

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

R = 57.75%
G = 40.7%
B = 1.55%

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

#956904 (or 0x956904) is known color: Golden Brown. HEX triplet: 95, 69 and 04. RGB value is (149,105,4). Sum of RGB (Red+Green+Blue) = 149+105+4=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #956904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956904 is #6A96FB. Grayscale: #6B6B6B. Windows color (decimal): -6985468 or 289173. OLE color: 289173.

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

Color convert

RGB 149 105 4 -
CMYK 0 0.30 0.97 0.42
HSL 41.79º 0.95% 0.3% -
HSV(B) 41.79º 0.97% 0.58% -
XYZ 17.47 16.5 2.38 -
YUV 106.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 149 105 4 0 0.30 0.97 0.42 41.79 0.95 0.3
Hex 95 69 4 0 1E 61 2A 2A 5F 1E
Octal 225 151 4 0 36 141 52 52 137 36
Binary 10010101 1101001 100 0 11110 1100001 101010 101010 1011111 11110

Color Harmonies of #956904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956904

Black with #956904

Text Example


Text Example

White with #956904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956904; }

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

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

background-color css

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

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

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

border-color css

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

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

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