Html Css Color HEX #9E601A Golden Brown

📋 copy color: '#9E601A'

red 158 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #9E601A

Tints of Golden Brown #9E601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 56.43%
G = 34.29%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E601A (or 0x9E601A) is known color: Golden Brown. HEX triplet: 9E, 60 and 1A. RGB value is (158,96,26). Sum of RGB (Red+Green+Blue) = 158+96+26=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E601A is #619FE5. Grayscale: #6A6A6A. Windows color (decimal): -6397926 or 1728670. OLE color: 1728670.

HSL color Cylindrical-coordinate representation of color #9E601A: hue angle of 31.82º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E601A is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 96 26 -
CMYK 0 0.39 0.84 0.38
HSL 31.82º 0.72% 0.36% -
HSV(B) 31.82º 0.84% 0.62% -
XYZ 18.47 15.71 3.04 -
YUV 106.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 158 96 26 0 0.39 0.84 0.38 31.82 0.72 0.36
Hex 9E 60 1A 0 27 54 26 20 48 24
Octal 236 140 32 0 47 124 46 40 110 44
Binary 10011110 1100000 11010 0 100111 1010100 100110 100000 1001000 100100

Color Harmonies of #9E601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E601A

Black with #9E601A

Text Example


Text Example

White with #9E601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,96,26); }

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

background-color css

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

 a { background-color: rgb(158,96,26); }

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

border-color css

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

 span { border-color: rgb(158,96,26); }

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