#6B5236

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

Shades of Shingle Fawn #6B5236

Tints of Shingle Fawn #6B5236

Color information

#6B5236 (or 0x6B5236) is unknown color: approx Shingle Fawn. HEX triplet: 6B, 52 and 36. RGB value is (107,82,54). Sum of RGB (Red+Green+Blue) = 107+82+54=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5236 is #94ADC9. Grayscale: #565656. Windows color (decimal): -9743818 or 3560043. OLE color: 3560043.

HSL color Cylindrical-coordinate representation of color #6B5236: hue angle of 31.7º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B5236 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1078254-
CMYK00.230.500.58
HSL31.7º32.92%31.57%-
HSV(B)31.7º49.53%41.96%-
XYZ9.759.434.8-
YUV86.28109.78142.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=44.03%
G=33.74%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107825400.230.500.5831.732.9231.57
Hex6B5236017323A202120
Octal153122660276272404140
Binary11010111010010110110010111110010111010100000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B5236;
 }
 .AnyTagClassName
 {
   color: #6B5236;
 }
</style>
background-color css

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

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

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

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

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

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