Html Css Color HEX #956309 Golden Brown

📋 copy color: '#956309'

red 149 ◦ green 99 ◦ blue 9

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

Shades of Golden Brown #956309

Tints of Golden Brown #956309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.5%

R = 57.98%
G = 38.52%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#956309 (or 0x956309) is known color: Golden Brown. HEX triplet: 95, 63 and 09. RGB value is (149,99,9). Sum of RGB (Red+Green+Blue) = 149+99+9=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #956309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956309 is #6A9CF6. Grayscale: #686868. Windows color (decimal): -6986999 or 615317. OLE color: 615317.

HSL color Cylindrical-coordinate representation of color #956309: hue angle of 38.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #956309 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 9 -
CMYK 0 0.34 0.94 0.42
HSL 38.57º 0.89% 0.31% -
HSV(B) 38.57º 0.94% 0.58% -
XYZ 16.91 15.33 2.33 -
YUV 103.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 149 99 9 0 0.34 0.94 0.42 38.57 0.89 0.31
Hex 95 63 9 0 22 5E 2A 27 59 1F
Octal 225 143 11 0 42 136 52 47 131 37
Binary 10010101 1100011 1001 0 100010 1011110 101010 100111 1011001 11111

Color Harmonies of #956309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956309

Black with #956309

Text Example


Text Example

White with #956309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956309; }

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

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

background-color css

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

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

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

border-color css

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

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

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