Html Css Color HEX #6A5336 Shingle Fawn

📋 copy color: '#6A5336'

red 106 ◦ green 83 ◦ blue 54

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

Shades of Shingle Fawn #6A5336

Tints of Shingle Fawn #6A5336

RGB

 RED value IS 106 (41.8% from 255) = 43.62%

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 43.62%
G = 34.16%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6A5336 (or 0x6A5336) is known color: Shingle Fawn. HEX triplet: 6A, 53 and 36. RGB value is (106,83,54). Sum of RGB (Red+Green+Blue) = 106+83+54=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5336 is #95ACC9. Grayscale: #565656. Windows color (decimal): -9809098 or 3560298. OLE color: 3560298.

HSL color Cylindrical-coordinate representation of color #6A5336: hue angle of 33.46º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A5336 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 83 54 -
CMYK 0 0.22 0.49 0.58
HSL 33.46º 0.33% 0.31% -
HSV(B) 33.46º 0.49% 0.42% -
XYZ 9.7 9.52 4.82 -
YUV 86.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 106 83 54 0 0.22 0.49 0.58 33.46 0.33 0.31
Hex 6A 53 36 0 16 31 3A 21 20 1F
Octal 152 123 66 0 26 61 72 41 40 37
Binary 1101010 1010011 110110 0 10110 110001 111010 100001 100000 11111

Color Harmonies of #6A5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5336

Black with #6A5336

Text Example


Text Example

White with #6A5336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,83,54); }

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

background-color css

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

 a { background-color: rgb(106,83,54); }

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

border-color css

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

 span { border-color: rgb(106,83,54); }

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