Html Css Color HEX #6D5134 Shingle Fawn

📋 copy color: '#6D5134'

red 109 ◦ green 81 ◦ blue 52

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

Shades of Shingle Fawn #6D5134

Tints of Shingle Fawn #6D5134

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 52 (20.7% from 255) = 21.49%

R = 45.04%
G = 33.47%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6D5134 (or 0x6D5134) is known color: Shingle Fawn. HEX triplet: 6D, 51 and 34. RGB value is (109,81,52). Sum of RGB (Red+Green+Blue) = 109+81+52=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5134 is #92AECB. Grayscale: #565656. Windows color (decimal): -9613004 or 3428717. OLE color: 3428717.

HSL color Cylindrical-coordinate representation of color #6D5134: hue angle of 30.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D5134 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 81 52 -
CMYK 0 0.26 0.52 0.57
HSL 30.53º 0.35% 0.32% -
HSV(B) 30.53º 0.52% 0.43% -
XYZ 9.87 9.38 4.54 -
YUV 86.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 109 81 52 0 0.26 0.52 0.57 30.53 0.35 0.32
Hex 6D 51 34 0 1A 34 39 1F 23 20
Octal 155 121 64 0 32 64 71 37 43 40
Binary 1101101 1010001 110100 0 11010 110100 111001 11111 100011 100000

Color Harmonies of #6D5134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5134

Black with #6D5134

Text Example


Text Example

White with #6D5134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,52); }

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

background-color css

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

 a { background-color: rgb(109,81,52); }

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

border-color css

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

 span { border-color: rgb(109,81,52); }

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