Html Css Color HEX #674B48 Congo Brown

📋 copy color: '#674B48'

red 103 ◦ green 75 ◦ blue 72

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

Shades of Congo Brown #674B48

Tints of Congo Brown #674B48

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30%

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

R = 41.2%
G = 30%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#674B48 (or 0x674B48) is known color: Congo Brown. HEX triplet: 67, 4B and 48. RGB value is (103,75,72). Sum of RGB (Red+Green+Blue) = 103+75+72=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #674B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B48 is #98B4B7. Grayscale: #535353. Windows color (decimal): -10007736 or 4737895. OLE color: 4737895.

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

Color convert

RGB 103 75 72 -
CMYK 0 0.27 0.30 0.60
HSL 5.81º 0.18% 0.34% -
HSV(B) 5.81º 0.3% 0.4% -
XYZ 9.28 8.38 7.26 -
YUV 83.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 103 75 72 0 0.27 0.30 0.60 5.81 0.18 0.34
Hex 67 4B 48 0 1B 1E 3C 6 12 22
Octal 147 113 110 0 33 36 74 6 22 42
Binary 1100111 1001011 1001000 0 11011 11110 111100 110 10010 100010

Color Harmonies of #674B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B48

Black with #674B48

Text Example


Text Example

White with #674B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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