Html Css Color HEX #9D621C Golden Brown

📋 copy color: '#9D621C'

red 157 ◦ green 98 ◦ blue 28

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

Shades of Golden Brown #9D621C

Tints of Golden Brown #9D621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

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

R = 55.48%
G = 34.63%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D621C (or 0x9D621C) is known color: Golden Brown. HEX triplet: 9D, 62 and 1C. RGB value is (157,98,28). Sum of RGB (Red+Green+Blue) = 157+98+28=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D621C is #629DE3. Grayscale: #6C6C6C. Windows color (decimal): -6462948 or 1860253. OLE color: 1860253.

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

Color convert

RGB 157 98 28 -
CMYK 0 0.38 0.82 0.38
HSL 32.56º 0.7% 0.36% -
HSV(B) 32.56º 0.82% 0.62% -
XYZ 18.48 15.99 3.21 -
YUV 107.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 157 98 28 0 0.38 0.82 0.38 32.56 0.7 0.36
Hex 9D 62 1C 0 26 52 26 21 46 24
Octal 235 142 34 0 46 122 46 41 106 44
Binary 10011101 1100010 11100 0 100110 1010010 100110 100001 1000110 100100

Color Harmonies of #9D621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D621C

Black with #9D621C

Text Example


Text Example

White with #9D621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,98,28); }

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

background-color css

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

 a { background-color: rgb(157,98,28); }

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

border-color css

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

 span { border-color: rgb(157,98,28); }

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