Html Css Color HEX #956505 Golden Brown

📋 copy color: '#956505'

red 149 ◦ green 101 ◦ blue 5

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

Shades of Golden Brown #956505

Tints of Golden Brown #956505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 58.43%
G = 39.61%
B = 1.96%

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

#956505 (or 0x956505) is known color: Golden Brown. HEX triplet: 95, 65 and 05. RGB value is (149,101,5). Sum of RGB (Red+Green+Blue) = 149+101+5=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #956505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956505 is #6A9AFA. Grayscale: #686868. Windows color (decimal): -6986491 or 353685. OLE color: 353685.

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

Color convert

RGB 149 101 5 -
CMYK 0 0.32 0.97 0.42
HSL 40º 0.94% 0.3% -
HSV(B) 40º 0.97% 0.58% -
XYZ 17.08 15.71 2.28 -
YUV 104.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 149 101 5 0 0.32 0.97 0.42 40 0.94 0.3
Hex 95 65 5 0 20 61 2A 28 5E 1E
Octal 225 145 5 0 40 141 52 50 136 36
Binary 10010101 1100101 101 0 100000 1100001 101010 101000 1011110 11110

Color Harmonies of #956505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956505

Black with #956505

Text Example


Text Example

White with #956505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956505; }

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

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

background-color css

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

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

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

border-color css

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

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

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