Html Css Color HEX #9D641E Golden Brown

📋 copy color: '#9D641E'

red 157 ◦ green 100 ◦ blue 30

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

Shades of Golden Brown #9D641E

Tints of Golden Brown #9D641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 54.7%
G = 34.84%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9D641E (or 0x9D641E) is known color: Golden Brown. HEX triplet: 9D, 64 and 1E. RGB value is (157,100,30). Sum of RGB (Red+Green+Blue) = 157+100+30=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D641E is #629BE1. Grayscale: #6D6D6D. Windows color (decimal): -6462434 or 1991837. OLE color: 1991837.

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

Color convert

RGB 157 100 30 -
CMYK 0 0.36 0.81 0.38
HSL 33.07º 0.68% 0.37% -
HSV(B) 33.07º 0.81% 0.62% -
XYZ 18.7 16.38 3.4 -
YUV 109.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 157 100 30 0 0.36 0.81 0.38 33.07 0.68 0.37
Hex 9D 64 1E 0 24 51 26 21 44 25
Octal 235 144 36 0 44 121 46 41 104 45
Binary 10011101 1100100 11110 0 100100 1010001 100110 100001 1000100 100101

Color Harmonies of #9D641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D641E

Black with #9D641E

Text Example


Text Example

White with #9D641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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