Html Css Color HEX #6B5234 Shingle Fawn

📋 copy color: '#6B5234'

red 107 ◦ green 82 ◦ blue 52

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

Shades of Shingle Fawn #6B5234

Tints of Shingle Fawn #6B5234

RGB

 RED value IS 107 (42.19% from 255) = 44.4%

 GREEN value IS 82 (32.42% from 255) = 34.02%

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

R = 44.4%
G = 34.02%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B5234 (or 0x6B5234) is known color: Shingle Fawn. HEX triplet: 6B, 52 and 34. RGB value is (107,82,52). Sum of RGB (Red+Green+Blue) = 107+82+52=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5234 is #94ADCB. Grayscale: #565656. Windows color (decimal): -9743820 or 3428971. OLE color: 3428971.

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

Color convert

RGB 107 82 52 -
CMYK 0 0.23 0.51 0.58
HSL 32.73º 0.35% 0.31% -
HSV(B) 32.73º 0.51% 0.42% -
XYZ 9.7 9.41 4.55 -
YUV 86.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 107 82 52 0 0.23 0.51 0.58 32.73 0.35 0.31
Hex 6B 52 34 0 17 33 3A 21 23 1F
Octal 153 122 64 0 27 63 72 41 43 37
Binary 1101011 1010010 110100 0 10111 110011 111010 100001 100011 11111

Color Harmonies of #6B5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5234

Black with #6B5234

Text Example


Text Example

White with #6B5234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,82,52); }

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

background-color css

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

 a { background-color: rgb(107,82,52); }

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

border-color css

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

 span { border-color: rgb(107,82,52); }

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