Html Css Color HEX #684C48 Congo Brown

📋 copy color: '#684C48'

red 104 ◦ green 76 ◦ blue 72

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

Shades of Congo Brown #684C48

Tints of Congo Brown #684C48

RGB

 RED value IS 104 (41.02% from 255) = 41.27%

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 41.27%
G = 30.16%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#684C48 (or 0x684C48) is known color: Congo Brown. HEX triplet: 68, 4C and 48. RGB value is (104,76,72). Sum of RGB (Red+Green+Blue) = 104+76+72=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #684C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C48 is #97B3B7. Grayscale: #535353. Windows color (decimal): -9941944 or 4738152. OLE color: 4738152.

HSL color Cylindrical-coordinate representation of color #684C48: hue angle of 7.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #684C48 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 76 72 -
CMYK 0 0.27 0.31 0.59
HSL 7.5º 0.18% 0.35% -
HSV(B) 7.5º 0.31% 0.41% -
XYZ 9.46 8.58 7.29 -
YUV 83.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 104 76 72 0 0.27 0.31 0.59 7.5 0.18 0.35
Hex 68 4C 48 0 1B 1F 3B 8 12 23
Octal 150 114 110 0 33 37 73 10 22 43
Binary 1101000 1001100 1001000 0 11011 11111 111011 1000 10010 100011

Color Harmonies of #684C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C48

Black with #684C48

Text Example


Text Example

White with #684C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684C48; }

 p { color: rgb(104,76,72); }

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

background-color css

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

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

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

border-color css

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

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

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