#694F46

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

Shades of Congo Brown #694F46

Tints of Congo Brown #694F46

Color information

#694F46 (or 0x694F46) is unknown color: approx Congo Brown. HEX triplet: 69, 4F and 46. RGB value is (105,79,70). Sum of RGB (Red+Green+Blue) = 105+79+70=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #694F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F46 is #96B0B9. Grayscale: #555555. Windows color (decimal): -9875642 or 4607849. OLE color: 4607849.

HSL color Cylindrical-coordinate representation of color #694F46: hue angle of 15.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #694F46 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1057970-
CMYK00.250.330.59
HSL15.43º20%34.31%-
HSV(B)15.43º33.33%41.18%-
XYZ9.739.047.03-
YUV85.75119.11141.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=41.34%
G=31.10%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105797000.250.330.5915.432034.31
Hex694F46019213Bf1422
Octal1511171060314173172442
Binary110100110011111000110011001100001111011111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,70); }

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

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

 a { background-color: rgb(105,79,70); }

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

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

 span { border-color: rgb(105,79,70); }

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