Html Css Color HEX #674F49 Congo Brown

📋 copy color: '#674F49'

red 103 ◦ green 79 ◦ blue 73

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

Shades of Congo Brown #674F49

Tints of Congo Brown #674F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.98%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 40.39%
G = 30.98%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#674F49 (or 0x674F49) is known color: Congo Brown. HEX triplet: 67, 4F and 49. RGB value is (103,79,73). Sum of RGB (Red+Green+Blue) = 103+79+73=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #674F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F49 is #98B0B6. Grayscale: #555555. Windows color (decimal): -10006711 or 4804455. OLE color: 4804455.

HSL color Cylindrical-coordinate representation of color #674F49: hue angle of 12º 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 #674F49 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 79 73 -
CMYK 0 0.23 0.29 0.60
HSL 12º 0.17% 0.35% -
HSV(B) 12º 0.29% 0.4% -
XYZ 9.59 8.96 7.53 -
YUV 85.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 103 79 73 0 0.23 0.29 0.60 12 0.17 0.35
Hex 67 4F 49 0 17 1D 3C C 11 23
Octal 147 117 111 0 27 35 74 14 21 43
Binary 1100111 1001111 1001001 0 10111 11101 111100 1100 10001 100011

Color Harmonies of #674F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F49

Black with #674F49

Text Example


Text Example

White with #674F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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