Html Css Color HEX #9E6321 Golden Brown

📋 copy color: '#9E6321'

red 158 ◦ green 99 ◦ blue 33

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

Shades of Golden Brown #9E6321

Tints of Golden Brown #9E6321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 54.48%
G = 34.14%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9E6321 (or 0x9E6321) is known color: Golden Brown. HEX triplet: 9E, 63 and 21. RGB value is (158,99,33). Sum of RGB (Red+Green+Blue) = 158+99+33=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6321 is #619CDE. Grayscale: #6D6D6D. Windows color (decimal): -6397151 or 2188190. OLE color: 2188190.

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

Color convert

RGB 158 99 33 -
CMYK 0 0.37 0.79 0.38
HSL 31.68º 0.65% 0.37% -
HSV(B) 31.68º 0.79% 0.62% -
XYZ 18.84 16.3 3.59 -
YUV 109.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 158 99 33 0 0.37 0.79 0.38 31.68 0.65 0.37
Hex 9E 63 21 0 25 4F 26 20 41 25
Octal 236 143 41 0 45 117 46 40 101 45
Binary 10011110 1100011 100001 0 100101 1001111 100110 100000 1000001 100101

Color Harmonies of #9E6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6321

Black with #9E6321

Text Example


Text Example

White with #9E6321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,99,33); }

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

background-color css

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

 a { background-color: rgb(158,99,33); }

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

border-color css

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

 span { border-color: rgb(158,99,33); }

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