Html Css Color HEX #674A49 Congo Brown

📋 copy color: '#674A49'

red 103 ◦ green 74 ◦ blue 73

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

Shades of Congo Brown #674A49

Tints of Congo Brown #674A49

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#674A49 (or 0x674A49) is known color: 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

RGB 103 74 73 -
CMYK 0 0.28 0.29 0.60
HSL 0.17% 0.35% -
HSV(B) 0.29% 0.4% -
XYZ 9.24 8.26 7.41 -
YUV 82.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 103 74 73 0 0.28 0.29 0.60 2 0.17 0.35
Hex 67 4A 49 0 1C 1D 3C 2 11 23
Octal 147 112 111 0 34 35 74 2 21 43
Binary 1100111 1001010 1001001 0 11100 11101 111100 10 10001 100011

Color Harmonies of #674A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A49

Black with #674A49

Text Example


Text Example

White with #674A49

Text Example


Text Example

HTML Codes & Css Web 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>