Html Css Color HEX #674848 Congo Brown

📋 copy color: '#674848'

red 103 ◦ green 72 ◦ blue 72

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

Shades of Congo Brown #674848

Tints of Congo Brown #674848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 41.7%
G = 29.15%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#674848 (or 0x674848) is known color: Congo Brown. HEX triplet: 67, 48 and 48. RGB value is (103,72,72). Sum of RGB (Red+Green+Blue) = 103+72+72=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #674848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674848 is #98B7B7. Grayscale: #515151. Windows color (decimal): -10008504 or 4737127. OLE color: 4737127.

HSL color Cylindrical-coordinate representation of color #674848: hue angle of 0º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674848 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 72 72 -
CMYK 0 0.30 0.30 0.60
HSL 0.18% 0.34% -
HSV(B) 0.3% 0.4% -
XYZ 9.08 7.99 7.19 -
YUV 81.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 103 72 72 0 0.30 0.30 0.60 0 0.18 0.34
Hex 67 48 48 0 1E 1E 3C 0 12 22
Octal 147 110 110 0 36 36 74 0 22 42
Binary 1100111 1001000 1001000 0 11110 11110 111100 0 10010 100010

Color Harmonies of #674848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674848

Black with #674848

Text Example


Text Example

White with #674848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674848; }

 p { color: rgb(103,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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