Html Css Color HEX #9D6A19 Golden Brown

📋 copy color: '#9D6A19'

red 157 ◦ green 106 ◦ blue 25

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

Shades of Golden Brown #9D6A19

Tints of Golden Brown #9D6A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.81%

 BLUE value IS 25 (10.16% from 255) = 8.68%

R = 54.51%
G = 36.81%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9D6A19 (or 0x9D6A19) is known color: Golden Brown. HEX triplet: 9D, 6A and 19. RGB value is (157,106,25). Sum of RGB (Red+Green+Blue) = 157+106+25=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6A19 is #6295E6. Grayscale: #707070. Windows color (decimal): -6460903 or 1665693. OLE color: 1665693.

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

Color convert

RGB 157 106 25 -
CMYK 0 0.32 0.84 0.38
HSL 36.82º 0.73% 0.36% -
HSV(B) 36.82º 0.84% 0.62% -
XYZ 19.23 17.55 3.29 -
YUV 112.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 157 106 25 0 0.32 0.84 0.38 36.82 0.73 0.36
Hex 9D 6A 19 0 20 54 26 25 49 24
Octal 235 152 31 0 40 124 46 45 111 44
Binary 10011101 1101010 11001 0 100000 1010100 100110 100101 1001001 100100

Color Harmonies of #9D6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6A19

Black with #9D6A19

Text Example


Text Example

White with #9D6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,106,25); }

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

background-color css

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

 a { background-color: rgb(157,106,25); }

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

border-color css

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

 span { border-color: rgb(157,106,25); }

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