Html Css Color HEX #9D631C Golden Brown

📋 copy color: '#9D631C'

red 157 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #9D631C

Tints of Golden Brown #9D631C

RGB

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

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

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

R = 55.28%
G = 34.86%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D631C (or 0x9D631C) is known color: Golden Brown. HEX triplet: 9D, 63 and 1C. RGB value is (157,99,28). Sum of RGB (Red+Green+Blue) = 157+99+28=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D631C is #629CE3. Grayscale: #6C6C6C. Windows color (decimal): -6462692 or 1860509. OLE color: 1860509.

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

Color convert

RGB 157 99 28 -
CMYK 0 0.37 0.82 0.38
HSL 33.02º 0.7% 0.36% -
HSV(B) 33.02º 0.82% 0.62% -
XYZ 18.58 16.18 3.24 -
YUV 108.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 157 99 28 0 0.37 0.82 0.38 33.02 0.7 0.36
Hex 9D 63 1C 0 25 52 26 21 46 24
Octal 235 143 34 0 45 122 46 41 106 44
Binary 10011101 1100011 11100 0 100101 1010010 100110 100001 1000110 100100

Color Harmonies of #9D631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D631C

Black with #9D631C

Text Example


Text Example

White with #9D631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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