Html Css Color HEX #956805 Golden Brown

📋 copy color: '#956805'

red 149 ◦ green 104 ◦ blue 5

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

Shades of Golden Brown #956805

Tints of Golden Brown #956805

RGB

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

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

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

R = 57.75%
G = 40.31%
B = 1.94%

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

#956805 (or 0x956805) is known color: Golden Brown. HEX triplet: 95, 68 and 05. RGB value is (149,104,5). Sum of RGB (Red+Green+Blue) = 149+104+5=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #956805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956805 is #6A97FA. Grayscale: #6A6A6A. Windows color (decimal): -6985723 or 354453. OLE color: 354453.

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

Color convert

RGB 149 104 5 -
CMYK 0 0.30 0.97 0.42
HSL 41.25º 0.94% 0.3% -
HSV(B) 41.25º 0.97% 0.58% -
XYZ 17.37 16.3 2.37 -
YUV 106.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 149 104 5 0 0.30 0.97 0.42 41.25 0.94 0.3
Hex 95 68 5 0 1E 61 2A 29 5E 1E
Octal 225 150 5 0 36 141 52 51 136 36
Binary 10010101 1101000 101 0 11110 1100001 101010 101001 1011110 11110

Color Harmonies of #956805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956805

Black with #956805

Text Example


Text Example

White with #956805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956805; }

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

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

background-color css

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

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

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

border-color css

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

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

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