Html Css Color HEX #9D6316 Golden Brown

📋 copy color: '#9D6316'

red 157 ◦ green 99 ◦ blue 22

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

Shades of Golden Brown #9D6316

Tints of Golden Brown #9D6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 56.47%
G = 35.61%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9D6316 (or 0x9D6316) is known color: Golden Brown. HEX triplet: 9D, 63 and 16. RGB value is (157,99,22). Sum of RGB (Red+Green+Blue) = 157+99+22=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6316 is #629CE9. Grayscale: #6B6B6B. Windows color (decimal): -6462698 or 1467293. OLE color: 1467293.

HSL color Cylindrical-coordinate representation of color #9D6316: hue angle of 34.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D6316 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 99 22 -
CMYK 0 0.37 0.86 0.38
HSL 34.22º 0.75% 0.35% -
HSV(B) 34.22º 0.86% 0.62% -
XYZ 18.51 16.15 2.9 -
YUV 107.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 157 99 22 0 0.37 0.86 0.38 34.22 0.75 0.35
Hex 9D 63 16 0 25 56 26 22 4B 23
Octal 235 143 26 0 45 126 46 42 113 43
Binary 10011101 1100011 10110 0 100101 1010110 100110 100010 1001011 100011

Color Harmonies of #9D6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6316

Black with #9D6316

Text Example


Text Example

White with #9D6316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,99,22); }

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

background-color css

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

 a { background-color: rgb(157,99,22); }

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

border-color css

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

 span { border-color: rgb(157,99,22); }

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