Html Css Color HEX #9D661C Golden Brown

📋 copy color: '#9D661C'

red 157 ◦ green 102 ◦ blue 28

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

Shades of Golden Brown #9D661C

Tints of Golden Brown #9D661C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 54.7%
G = 35.54%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D661C (or 0x9D661C) is known color: Golden Brown. HEX triplet: 9D, 66 and 1C. RGB value is (157,102,28). Sum of RGB (Red+Green+Blue) = 157+102+28=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D661C is #6299E3. Grayscale: #6E6E6E. Windows color (decimal): -6461924 or 1861277. OLE color: 1861277.

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

Color convert

RGB 157 102 28 -
CMYK 0 0.35 0.82 0.38
HSL 34.42º 0.7% 0.36% -
HSV(B) 34.42º 0.82% 0.62% -
XYZ 18.87 16.75 3.34 -
YUV 110.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 157 102 28 0 0.35 0.82 0.38 34.42 0.7 0.36
Hex 9D 66 1C 0 23 52 26 22 46 24
Octal 235 146 34 0 43 122 46 42 106 44
Binary 10011101 1100110 11100 0 100011 1010010 100110 100010 1000110 100100

Color Harmonies of #9D661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D661C

Black with #9D661C

Text Example


Text Example

White with #9D661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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