Html Css Color HEX #956504 Golden Brown

📋 copy color: '#956504'

red 149 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #956504

Tints of Golden Brown #956504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

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

R = 58.66%
G = 39.76%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#956504 (or 0x956504) is known color: Golden Brown. HEX triplet: 95, 65 and 04. RGB value is (149,101,4). Sum of RGB (Red+Green+Blue) = 149+101+4=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #956504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956504 is #6A9AFB. Grayscale: #686868. Windows color (decimal): -6986492 or 288149. OLE color: 288149.

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

Color convert

RGB 149 101 4 -
CMYK 0 0.32 0.97 0.42
HSL 40.14º 0.95% 0.3% -
HSV(B) 40.14º 0.97% 0.58% -
XYZ 17.07 15.71 2.25 -
YUV 104.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 149 101 4 0 0.32 0.97 0.42 40.14 0.95 0.3
Hex 95 65 4 0 20 61 2A 28 5F 1E
Octal 225 145 4 0 40 141 52 50 137 36
Binary 10010101 1100101 100 0 100000 1100001 101010 101000 1011111 11110

Color Harmonies of #956504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956504

Black with #956504

Text Example


Text Example

White with #956504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956504; }

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

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

background-color css

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

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

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

border-color css

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

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

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