#6B5234

Color #6B5234 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #6B5234

Tints of Shingle Fawn #6B5234

Color information

#6B5234 (or 0x6B5234) is unknown color: approx 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

RGB1078252-
CMYK00.230.510.58
HSL32.73º34.59%31.18%-
HSV(B)32.73º51.4%41.96%-
XYZ9.79.414.55-
YUV86.06108.78142.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=44.40%
G=34.02%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107825200.230.510.5832.7334.5931.18
Hex6B5234017333A21231f
Octal153122640276372414337
Binary1101011101001011010001011111001111101010000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>