#674A49

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

Shades of Congo Brown #674A49

Tints of Congo Brown #674A49

Color information

#674A49 (or 0x674A49) is unknown color: approx Congo Brown. HEX triplet: 67, 4A and 49. RGB value is (103,74,73). Sum of RGB (Red+Green+Blue) = 103+74+73=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #674A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A49 is #98B5B6. Grayscale: #525252. Windows color (decimal): -10007991 or 4803175. OLE color: 4803175.

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

Color convert

RGB1037473-
CMYK00.280.290.60
HSL17.05%34.51%-
HSV(B)29.13%40.39%-
XYZ9.248.267.41-
YUV82.56122.61142.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.2%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=41.2%
G=29.6%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103747300.280.290.60217.0534.51
Hex674A4901C1D3C21123
Octal147112111034357422143
Binary110011110010101001001011100111011111001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674A49; }

 p { color: rgb(103,74,73); }

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

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

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

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

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

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

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