#6B583B

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

Shades of Shingle Fawn #6B583B

Tints of Shingle Fawn #6B583B

Color information

#6B583B (or 0x6B583B) is unknown color: approx Shingle Fawn. HEX triplet: 6B, 58 and 3B. RGB value is (107,88,59). Sum of RGB (Red+Green+Blue) = 107+88+59=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B583B is #94A7C4. Grayscale: #5A5A5A. Windows color (decimal): -9742277 or 3889259. OLE color: 3889259.

HSL color Cylindrical-coordinate representation of color #6B583B: hue angle of 36.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B583B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1078859-
CMYK00.180.450.58
HSL36.25º28.92%32.55%-
HSV(B)36.25º44.86%41.96%-
XYZ10.3410.425.6-
YUV90.38110.29139.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.13%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=42.13%
G=34.65%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107885900.180.450.5836.2528.9232.55
Hex6B583B0122D3A241d21
Octal153130730225572443541
Binary1101011101100011101101001010110111101010010011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,59); }

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

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

 a { background-color: rgb(107,88,59); }

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

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

 span { border-color: rgb(107,88,59); }

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