#694B4C

Color #694B4C Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #694B4C

Tints of Tosca #694B4C

Color information

#694B4C (or 0x694B4C) is unknown color: approx Tosca. HEX triplet: 69, 4B and 4C. RGB value is (105,75,76). Sum of RGB (Red+Green+Blue) = 105+75+76=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #694B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B4C is #96B4B3. Grayscale: #545454. Windows color (decimal): -9876660 or 5000041. OLE color: 5000041.

HSL color Cylindrical-coordinate representation of color #694B4C: hue angle of 358º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694B4C is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1057576-
CMYK00.290.280.59
HSL358º16.67%35.29%-
HSV(B)358º28.57%41.18%-
XYZ9.658.567.98-
YUV84.08123.44142.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=41.02%
G=29.30%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105757600.290.280.5935816.6735.29
Hex694B4C01D1C3B1661123
Octal15111311403534735462143
Binary1101001100101110011000111011110011101110110011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694B4C; }

 p { color: rgb(105,75,76); }

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

<style>
 a { background-color: #694B4C; }

 a { background-color: rgb(105,75,76); }

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

<style>
 span { border-color: #694B4C; }

 span { border-color: rgb(105,75,76); }

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