Html Css Color HEX #674440 Congo Brown

📋 copy color: '#674440'

red 103 ◦ green 68 ◦ blue 64

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

Shades of Congo Brown #674440

Tints of Congo Brown #674440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

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

R = 43.83%
G = 28.94%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#674440 (or 0x674440) is known color: Congo Brown. HEX triplet: 67, 44 and 40. RGB value is (103,68,64). Sum of RGB (Red+Green+Blue) = 103+68+64=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #674440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674440 is #98BBBF. Grayscale: #4E4E4E. Windows color (decimal): -10009536 or 4211815. OLE color: 4211815.

HSL color Cylindrical-coordinate representation of color #674440: hue angle of 6.15º 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 #674440 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 68 64 -
CMYK 0 0.34 0.38 0.60
HSL 6.15º 0.23% 0.33% -
HSV(B) 6.15º 0.38% 0.4% -
XYZ 8.59 7.39 5.82 -
YUV 78.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 103 68 64 0 0.34 0.38 0.60 6.15 0.23 0.33
Hex 67 44 40 0 22 26 3C 6 17 21
Octal 147 104 100 0 42 46 74 6 27 41
Binary 1100111 1000100 1000000 0 100010 100110 111100 110 10111 100001

Color Harmonies of #674440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674440

Black with #674440

Text Example


Text Example

White with #674440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674440; }

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

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

background-color css

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

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

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

border-color css

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

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

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