Html Css Color HEX #684848 Congo Brown

📋 copy color: '#684848'

red 104 ◦ green 72 ◦ blue 72

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

Shades of Congo Brown #684848

Tints of Congo Brown #684848

RGB

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

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

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

R = 41.94%
G = 29.03%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#684848 (or 0x684848) is known color: Congo Brown. HEX triplet: 68, 48 and 48. RGB value is (104,72,72). Sum of RGB (Red+Green+Blue) = 104+72+72=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #684848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684848 is #97B7B7. Grayscale: #515151. Windows color (decimal): -9942968 or 4737128. OLE color: 4737128.

HSL color Cylindrical-coordinate representation of color #684848: hue angle of 0º 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 #684848 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 72 -
CMYK 0 0.31 0.31 0.59
HSL 0.18% 0.35% -
HSV(B) 0.31% 0.41% -
XYZ 9.2 8.05 7.2 -
YUV 81.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 104 72 72 0 0.31 0.31 0.59 0 0.18 0.35
Hex 68 48 48 0 1F 1F 3B 0 12 23
Octal 150 110 110 0 37 37 73 0 22 43
Binary 1101000 1001000 1001000 0 11111 11111 111011 0 10010 100011

Color Harmonies of #684848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684848

Black with #684848

Text Example


Text Example

White with #684848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684848; }

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

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

background-color css

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

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

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

border-color css

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

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

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