Html Css Color HEX #9E641A Golden Brown

📋 copy color: '#9E641A'

red 158 ◦ green 100 ◦ blue 26

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

Shades of Golden Brown #9E641A

Tints of Golden Brown #9E641A

RGB

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

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

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

R = 55.63%
G = 35.21%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E641A (or 0x9E641A) is known color: Golden Brown. HEX triplet: 9E, 64 and 1A. RGB value is (158,100,26). Sum of RGB (Red+Green+Blue) = 158+100+26=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E641A is #619BE5. Grayscale: #6D6D6D. Windows color (decimal): -6396902 or 1729694. OLE color: 1729694.

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

Color convert

RGB 158 100 26 -
CMYK 0 0.37 0.84 0.38
HSL 33.64º 0.72% 0.36% -
HSV(B) 33.64º 0.84% 0.62% -
XYZ 18.84 16.46 3.16 -
YUV 108.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 158 100 26 0 0.37 0.84 0.38 33.64 0.72 0.36
Hex 9E 64 1A 0 25 54 26 22 48 24
Octal 236 144 32 0 45 124 46 42 110 44
Binary 10011110 1100100 11010 0 100101 1010100 100110 100010 1001000 100100

Color Harmonies of #9E641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E641A

Black with #9E641A

Text Example


Text Example

White with #9E641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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