Html Css Color HEX #674940 Congo Brown

📋 copy color: '#674940'

red 103 ◦ green 73 ◦ blue 64

#674940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #674940

Tints of Congo Brown #674940

RGB

 RED value IS 103 (40.63% from 255) = 42.92%

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 42.92%
G = 30.42%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#674940 (or 0x674940) is known color: Congo Brown. HEX triplet: 67, 49 and 40. RGB value is (103,73,64). Sum of RGB (Red+Green+Blue) = 103+73+64=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #674940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674940 is #98B6BF. Grayscale: #515151. Windows color (decimal): -10008256 or 4213095. OLE color: 4213095.

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

Color convert

RGB 103 73 64 -
CMYK 0 0.29 0.38 0.60
HSL 13.85º 0.23% 0.33% -
HSV(B) 13.85º 0.38% 0.4% -
XYZ 8.9 8.02 5.93 -
YUV 80.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 103 73 64 0 0.29 0.38 0.60 13.85 0.23 0.33
Hex 67 49 40 0 1D 26 3C E 17 21
Octal 147 111 100 0 35 46 74 16 27 41
Binary 1100111 1001001 1000000 0 11101 100110 111100 1110 10111 100001

Color Harmonies of #674940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674940

Black with #674940

Text Example


Text Example

White with #674940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674940; }

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

 H1.HeaderClassName
 {
   color: #674940;
 }
 .AnyTagClassName
 {
   color: #674940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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