#674545

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

Shades of Congo Brown #674545

Tints of Congo Brown #674545

Color information

#674545 (or 0x674545) is unknown color: approx Congo Brown. HEX triplet: 67, 45 and 45. RGB value is (103,69,69). Sum of RGB (Red+Green+Blue) = 103+69+69=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #674545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674545 is #98BABA. Grayscale: #4F4F4F. Windows color (decimal): -10009275 or 4539751. OLE color: 4539751.

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

Color convert

RGB1036969-
CMYK00.330.330.60
HSL19.77%33.73%-
HSV(B)33.01%40.39%-
XYZ8.87.576.63-
YUV79.17122.26145-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=42.74%
G=28.63%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103696900.330.330.60019.7733.73
Hex674545021213C01422
Octal147105105041417402442
Binary1100111100010110001010100001100001111100010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674545; }

 p { color: rgb(103,69,69); }

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

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

 a { background-color: rgb(103,69,69); }

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

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

 span { border-color: rgb(103,69,69); }

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