Html Css Color HEX #674D45 Congo Brown

📋 copy color: '#674D45'

red 103 ◦ green 77 ◦ blue 69

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

Shades of Congo Brown #674D45

Tints of Congo Brown #674D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.92%

 BLUE value IS 69 (27.34% from 255) = 27.71%

R = 41.37%
G = 30.92%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#674D45 (or 0x674D45) is known color: Congo Brown. HEX triplet: 67, 4D and 45. RGB value is (103,77,69). Sum of RGB (Red+Green+Blue) = 103+77+69=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #674D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D45 is #98B2BA. Grayscale: #535353. Windows color (decimal): -10007227 or 4541799. OLE color: 4541799.

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

Color convert

RGB 103 77 69 -
CMYK 0 0.25 0.33 0.60
HSL 14.12º 0.2% 0.34% -
HSV(B) 14.12º 0.33% 0.4% -
XYZ 9.32 8.62 6.8 -
YUV 83.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 103 77 69 0 0.25 0.33 0.60 14.12 0.2 0.34
Hex 67 4D 45 0 19 21 3C E 14 22
Octal 147 115 105 0 31 41 74 16 24 42
Binary 1100111 1001101 1000101 0 11001 100001 111100 1110 10100 100010

Color Harmonies of #674D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D45

Black with #674D45

Text Example


Text Example

White with #674D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,77,69); }

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

background-color css

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

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

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

border-color css

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

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

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