Html Css Color HEX #674D4B Congo Brown

📋 copy color: '#674D4B'

red 103 ◦ green 77 ◦ blue 75

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

Shades of Congo Brown #674D4B

Tints of Congo Brown #674D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 40.39%
G = 30.2%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#674D4B (or 0x674D4B) is known color: Congo Brown. HEX triplet: 67, 4D and 4B. RGB value is (103,77,75). Sum of RGB (Red+Green+Blue) = 103+77+75=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #674D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D4B is #98B2B4. Grayscale: #545454. Windows color (decimal): -10007221 or 4935015. OLE color: 4935015.

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

Color convert

RGB 103 77 75 -
CMYK 0 0.25 0.27 0.60
HSL 4.29º 0.16% 0.35% -
HSV(B) 4.29º 0.27% 0.4% -
XYZ 9.52 8.7 7.83 -
YUV 84.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 103 77 75 0 0.25 0.27 0.60 4.29 0.16 0.35
Hex 67 4D 4B 0 19 1B 3C 4 10 23
Octal 147 115 113 0 31 33 74 4 20 43
Binary 1100111 1001101 1001011 0 11001 11011 111100 100 10000 100011

Color Harmonies of #674D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D4B

Black with #674D4B

Text Example


Text Example

White with #674D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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