Html Css Color HEX #956400 Golden Brown

📋 copy color: '#956400'

red 149 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #956400

Tints of Golden Brown #956400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.84%
G = 40.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#956400 (or 0x956400) is known color: Golden Brown. HEX triplet: 95, 64 and 00. RGB value is (149,100,0). Sum of RGB (Red+Green+Blue) = 149+100+0=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #956400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956400 is #6A9BFF. Grayscale: #676767. Windows color (decimal): -6986752 or 25749. OLE color: 25749.

HSL color Cylindrical-coordinate representation of color #956400: hue angle of 40.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #956400 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 0 -
CMYK 0 0.33 1 0.42
HSL 40.27º 1% 0.29% -
HSV(B) 40.27º 1% 0.58% -
XYZ 16.95 15.5 2.1 -
YUV 103.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 149 100 0 0 0.33 1 0.42 40.27 1 0.29
Hex 95 64 0 0 21 64 2A 28 64 1D
Octal 225 144 0 0 41 144 52 50 144 35
Binary 10010101 1100100 0 0 100001 1100100 101010 101000 1100100 11101

Color Harmonies of #956400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956400

Black with #956400

Text Example


Text Example

White with #956400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956400; }

 p { color: rgb(149,100,0); }

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

background-color css

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

 a { background-color: rgb(149,100,0); }

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

border-color css

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

 span { border-color: rgb(149,100,0); }

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