Html Css Color HEX #9E6800 Golden Brown

📋 copy color: '#9E6800'

red 158 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #9E6800

Tints of Golden Brown #9E6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.69%

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

R = 60.31%
G = 39.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9E6800 (or 0x9E6800) is known color: Golden Brown. HEX triplet: 9E, 68 and 00. RGB value is (158,104,0). Sum of RGB (Red+Green+Blue) = 158+104+0=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6800 is #6197FF. Grayscale: #6C6C6C. Windows color (decimal): -6395904 or 26782. OLE color: 26782.

HSL color Cylindrical-coordinate representation of color #9E6800: hue angle of 39.49º 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 #9E6800 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 104 0 -
CMYK 0 0.34 1 0.38
HSL 39.49º 1% 0.31% -
HSV(B) 39.49º 1% 0.62% -
XYZ 19.05 17.17 2.31 -
YUV 108.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 158 104 0 0 0.34 1 0.38 39.49 1 0.31
Hex 9E 68 0 0 22 64 26 27 64 1F
Octal 236 150 0 0 42 144 46 47 144 37
Binary 10011110 1101000 0 0 100010 1100100 100110 100111 1100100 11111

Color Harmonies of #9E6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6800

Black with #9E6800

Text Example


Text Example

White with #9E6800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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