Html Css Color HEX #9E6400 Golden Brown

📋 copy color: '#9E6400'

red 158 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #9E6400

Tints of Golden Brown #9E6400

RGB

 RED value IS 158 (62.11% from 255) = 61.24%

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

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

R = 61.24%
G = 38.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9E6400 (or 0x9E6400) is known color: Golden Brown. HEX triplet: 9E, 64 and 00. RGB value is (158,100,0). Sum of RGB (Red+Green+Blue) = 158+100+0=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6400 is #619BFF. Grayscale: #6A6A6A. Windows color (decimal): -6396928 or 25758. OLE color: 25758.

HSL color Cylindrical-coordinate representation of color #9E6400: hue angle of 37.97º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E6400 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 100 0 -
CMYK 0 0.37 1 0.38
HSL 37.97º 1% 0.31% -
HSV(B) 37.97º 1% 0.62% -
XYZ 18.66 16.38 2.18 -
YUV 105.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 158 100 0 0 0.37 1 0.38 37.97 1 0.31
Hex 9E 64 0 0 25 64 26 26 64 1F
Octal 236 144 0 0 45 144 46 46 144 37
Binary 10011110 1100100 0 0 100101 1100100 100110 100110 1100100 11111

Color Harmonies of #9E6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6400

Black with #9E6400

Text Example


Text Example

White with #9E6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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