Html Css Color HEX #956205 Golden Brown

📋 copy color: '#956205'

red 149 ◦ green 98 ◦ blue 5

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

Shades of Golden Brown #956205

Tints of Golden Brown #956205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.89%

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

R = 59.13%
G = 38.89%
B = 1.98%

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

#956205 (or 0x956205) is known color: Golden Brown. HEX triplet: 95, 62 and 05. RGB value is (149,98,5). Sum of RGB (Red+Green+Blue) = 149+98+5=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #956205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956205 is #6A9DFA. Grayscale: #676767. Windows color (decimal): -6987259 or 352917. OLE color: 352917.

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

Color convert

RGB 149 98 5 -
CMYK 0 0.34 0.97 0.42
HSL 38.75º 0.94% 0.3% -
HSV(B) 38.75º 0.97% 0.58% -
XYZ 16.79 15.14 2.18 -
YUV 102.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 149 98 5 0 0.34 0.97 0.42 38.75 0.94 0.3
Hex 95 62 5 0 22 61 2A 27 5E 1E
Octal 225 142 5 0 42 141 52 47 136 36
Binary 10010101 1100010 101 0 100010 1100001 101010 100111 1011110 11110

Color Harmonies of #956205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956205

Black with #956205

Text Example


Text Example

White with #956205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956205; }

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

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

background-color css

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

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

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

border-color css

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

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

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