Html Css Color HEX #6D5B3C Shingle Fawn

📋 copy color: '#6D5B3C'

red 109 ◦ green 91 ◦ blue 60

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

Shades of Shingle Fawn #6D5B3C

Tints of Shingle Fawn #6D5B3C

RGB

 RED value IS 109 (42.97% from 255) = 41.92%

 GREEN value IS 91 (35.94% from 255) = 35%

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 41.92%
G = 35%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6D5B3C (or 0x6D5B3C) is known color: Shingle Fawn. HEX triplet: 6D, 5B and 3C. RGB value is (109,91,60). Sum of RGB (Red+Green+Blue) = 109+91+60=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5B3C is #92A4C3. Grayscale: #5C5C5C. Windows color (decimal): -9610436 or 3955565. OLE color: 3955565.

HSL color Cylindrical-coordinate representation of color #6D5B3C: hue angle of 37.96º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D5B3C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 91 60 -
CMYK 0 0.17 0.45 0.57
HSL 37.96º 0.29% 0.33% -
HSV(B) 37.96º 0.45% 0.43% -
XYZ 10.86 11.06 5.84 -
YUV 92.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 109 91 60 0 0.17 0.45 0.57 37.96 0.29 0.33
Hex 6D 5B 3C 0 11 2D 39 26 1D 21
Octal 155 133 74 0 21 55 71 46 35 41
Binary 1101101 1011011 111100 0 10001 101101 111001 100110 11101 100001

Color Harmonies of #6D5B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5B3C

Black with #6D5B3C

Text Example


Text Example

White with #6D5B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D5B3C; }

 p { color: rgb(109,91,60); }

 H1.HeaderClassName
 {
   color: #6D5B3C;
 }
 .AnyTagClassName
 {
   color: #6D5B3C;
 }
</style>

background-color css

<style>
 a { background-color: #6D5B3C; }

 a { background-color: rgb(109,91,60); }

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

border-color css

<style>
 span { border-color: #6D5B3C; }

 span { border-color: rgb(109,91,60); }

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