Html Css Color HEX #9E631C Golden Brown

📋 copy color: '#9E631C'

red 158 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #9E631C

Tints of Golden Brown #9E631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 55.44%
G = 34.74%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E631C (or 0x9E631C) is known color: Golden Brown. HEX triplet: 9E, 63 and 1C. RGB value is (158,99,28). Sum of RGB (Red+Green+Blue) = 158+99+28=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E631C is #619CE3. Grayscale: #6C6C6C. Windows color (decimal): -6397156 or 1860510. OLE color: 1860510.

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

Color convert

RGB 158 99 28 -
CMYK 0 0.37 0.82 0.38
HSL 32.77º 0.7% 0.36% -
HSV(B) 32.77º 0.82% 0.62% -
XYZ 18.77 16.28 3.25 -
YUV 108.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 158 99 28 0 0.37 0.82 0.38 32.77 0.7 0.36
Hex 9E 63 1C 0 25 52 26 21 46 24
Octal 236 143 34 0 45 122 46 41 106 44
Binary 10011110 1100011 11100 0 100101 1010010 100110 100001 1000110 100100

Color Harmonies of #9E631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E631C

Black with #9E631C

Text Example


Text Example

White with #9E631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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