#674542

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

Shades of Congo Brown #674542

Tints of Congo Brown #674542

Color information

#674542 (or 0x674542) is unknown color: approx Congo Brown. HEX triplet: 67, 45 and 42. RGB value is (103,69,66). Sum of RGB (Red+Green+Blue) = 103+69+66=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 103 - color contains mainly: red. Hex color #674542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674542 is #98BABD. Grayscale: #4E4E4E. Windows color (decimal): -10009278 or 4343143. OLE color: 4343143.

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

Color convert

RGB1036966-
CMYK00.330.360.60
HSL4.86º21.89%33.14%-
HSV(B)4.86º35.92%40.39%-
XYZ8.717.536.15-
YUV78.82120.76145.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.28%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=43.28%
G=28.99%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103696600.330.360.604.8621.8933.14
Hex674542021243C51621
Octal147105102041447452641
Binary110011110001011000010010000110010011110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674542; }

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

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

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

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

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

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

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

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