Html Css Color HEX #9D611E Golden Brown

📋 copy color: '#9D611E'

red 157 ◦ green 97 ◦ blue 30

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

Shades of Golden Brown #9D611E

Tints of Golden Brown #9D611E

RGB

 RED value IS 157 (61.72% from 255) = 55.28%

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

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

R = 55.28%
G = 34.15%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9D611E (or 0x9D611E) is known color: Golden Brown. HEX triplet: 9D, 61 and 1E. RGB value is (157,97,30). Sum of RGB (Red+Green+Blue) = 157+97+30=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D611E is #629EE1. Grayscale: #6B6B6B. Windows color (decimal): -6463202 or 1991069. OLE color: 1991069.

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

Color convert

RGB 157 97 30 -
CMYK 0 0.38 0.81 0.38
HSL 31.65º 0.68% 0.37% -
HSV(B) 31.65º 0.81% 0.62% -
XYZ 18.41 15.81 3.31 -
YUV 107.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 157 97 30 0 0.38 0.81 0.38 31.65 0.68 0.37
Hex 9D 61 1E 0 26 51 26 20 44 25
Octal 235 141 36 0 46 121 46 40 104 45
Binary 10011101 1100001 11110 0 100110 1010001 100110 100000 1000100 100101

Color Harmonies of #9D611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D611E

Black with #9D611E

Text Example


Text Example

White with #9D611E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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