Html Css Color HEX #9E6C04 Golden Brown

📋 copy color: '#9E6C04'

red 158 ◦ green 108 ◦ blue 4

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

Shades of Golden Brown #9E6C04

Tints of Golden Brown #9E6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 58.52%
G = 40%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E6C04 (or 0x9E6C04) is known color: Golden Brown. HEX triplet: 9E, 6C and 04. RGB value is (158,108,4). Sum of RGB (Red+Green+Blue) = 158+108+4=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6C04 is #6193FB. Grayscale: #6F6F6F. Windows color (decimal): -6394876 or 289950. OLE color: 289950.

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

Color convert

RGB 158 108 4 -
CMYK 0 0.32 0.97 0.38
HSL 40.52º 0.95% 0.32% -
HSV(B) 40.52º 0.97% 0.62% -
XYZ 19.49 18 2.56 -
YUV 111.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 158 108 4 0 0.32 0.97 0.38 40.52 0.95 0.32
Hex 9E 6C 4 0 20 61 26 29 5F 20
Octal 236 154 4 0 40 141 46 51 137 40
Binary 10011110 1101100 100 0 100000 1100001 100110 101001 1011111 100000

Color Harmonies of #9E6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6C04

Black with #9E6C04

Text Example


Text Example

White with #9E6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,108,4); }

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

background-color css

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

 a { background-color: rgb(158,108,4); }

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

border-color css

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

 span { border-color: rgb(158,108,4); }

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