#694B48

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

Shades of Congo Brown #694B48

Tints of Congo Brown #694B48

Color information

#694B48 (or 0x694B48) is unknown color: approx Congo Brown. HEX triplet: 69, 4B and 48. RGB value is (105,75,72). Sum of RGB (Red+Green+Blue) = 105+75+72=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #694B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B48 is #96B4B7. Grayscale: #535353. Windows color (decimal): -9876664 or 4737897. OLE color: 4737897.

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

Color convert

RGB1057572-
CMYK00.290.310.59
HSL5.45º18.64%34.71%-
HSV(B)5.45º31.43%41.18%-
XYZ9.518.57.27-
YUV83.63121.44143.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=41.67%
G=29.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105757200.290.310.595.4518.6434.71
Hex694B4801D1F3B51323
Octal151113110035377352343
Binary1101001100101110010000111011111111101110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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