Html Css Color HEX #9E631E Golden Brown

📋 copy color: '#9E631E'

red 158 ◦ green 99 ◦ blue 30

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

Shades of Golden Brown #9E631E

Tints of Golden Brown #9E631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 55.05%
G = 34.49%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E631E (or 0x9E631E) is known color: Golden Brown. HEX triplet: 9E, 63 and 1E. RGB value is (158,99,30). Sum of RGB (Red+Green+Blue) = 158+99+30=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E631E is #619CE1. Grayscale: #6D6D6D. Windows color (decimal): -6397154 or 1991582. OLE color: 1991582.

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

Color convert

RGB 158 99 30 -
CMYK 0 0.37 0.81 0.38
HSL 32.34º 0.68% 0.37% -
HSV(B) 32.34º 0.81% 0.62% -
XYZ 18.8 16.29 3.38 -
YUV 108.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 158 99 30 0 0.37 0.81 0.38 32.34 0.68 0.37
Hex 9E 63 1E 0 25 51 26 20 44 25
Octal 236 143 36 0 45 121 46 40 104 45
Binary 10011110 1100011 11110 0 100101 1010001 100110 100000 1000100 100101

Color Harmonies of #9E631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E631E

Black with #9E631E

Text Example


Text Example

White with #9E631E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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