Html Css Color HEX #9E611E Golden Brown

📋 copy color: '#9E611E'

red 158 ◦ green 97 ◦ blue 30

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

Shades of Golden Brown #9E611E

Tints of Golden Brown #9E611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 55.44%
G = 34.04%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E611E (or 0x9E611E) is known color: Golden Brown. HEX triplet: 9E, 61 and 1E. RGB value is (158,97,30). Sum of RGB (Red+Green+Blue) = 158+97+30=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E611E is #619EE1. Grayscale: #6B6B6B. Windows color (decimal): -6397666 or 1991070. OLE color: 1991070.

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

Color convert

RGB 158 97 30 -
CMYK 0 0.39 0.81 0.38
HSL 31.41º 0.68% 0.37% -
HSV(B) 31.41º 0.81% 0.62% -
XYZ 18.61 15.91 3.32 -
YUV 107.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 158 97 30 0 0.39 0.81 0.38 31.41 0.68 0.37
Hex 9E 61 1E 0 27 51 26 1F 44 25
Octal 236 141 36 0 47 121 46 37 104 45
Binary 10011110 1100001 11110 0 100111 1010001 100110 11111 1000100 100101

Color Harmonies of #9E611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E611E

Black with #9E611E

Text Example


Text Example

White with #9E611E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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