Html Css Color HEX #956305 Golden Brown

📋 copy color: '#956305'

red 149 ◦ green 99 ◦ blue 5

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

Shades of Golden Brown #956305

Tints of Golden Brown #956305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

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

R = 58.89%
G = 39.13%
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

#956305 (or 0x956305) is known color: Golden Brown. HEX triplet: 95, 63 and 05. RGB value is (149,99,5). Sum of RGB (Red+Green+Blue) = 149+99+5=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #956305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956305 is #6A9CFA. Grayscale: #676767. Windows color (decimal): -6987003 or 353173. OLE color: 353173.

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

Color convert

RGB 149 99 5 -
CMYK 0 0.34 0.97 0.42
HSL 39.17º 0.94% 0.3% -
HSV(B) 39.17º 0.97% 0.58% -
XYZ 16.88 15.32 2.21 -
YUV 103.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 149 99 5 0 0.34 0.97 0.42 39.17 0.94 0.3
Hex 95 63 5 0 22 61 2A 27 5E 1E
Octal 225 143 5 0 42 141 52 47 136 36
Binary 10010101 1100011 101 0 100010 1100001 101010 100111 1011110 11110

Color Harmonies of #956305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956305

Black with #956305

Text Example


Text Example

White with #956305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956305; }

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

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

background-color css

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

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

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

border-color css

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

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

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