Html Css Color HEX #684C4A Congo Brown

📋 copy color: '#684C4A'

red 104 ◦ green 76 ◦ blue 74

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

Shades of Congo Brown #684C4A

Tints of Congo Brown #684C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 40.94%
G = 29.92%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#684C4A (or 0x684C4A) is known color: Congo Brown. HEX triplet: 68, 4C and 4A. RGB value is (104,76,74). Sum of RGB (Red+Green+Blue) = 104+76+74=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #684C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C4A is #97B3B5. Grayscale: #545454. Windows color (decimal): -9941942 or 4869224. OLE color: 4869224.

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

Color convert

RGB 104 76 74 -
CMYK 0 0.27 0.29 0.59
HSL 0.17% 0.35% -
HSV(B) 0.29% 0.41% -
XYZ 9.53 8.61 7.64 -
YUV 84.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 104 76 74 0 0.27 0.29 0.59 4 0.17 0.35
Hex 68 4C 4A 0 1B 1D 3B 4 11 23
Octal 150 114 112 0 33 35 73 4 21 43
Binary 1101000 1001100 1001010 0 11011 11101 111011 100 10001 100011

Color Harmonies of #684C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C4A

Black with #684C4A

Text Example


Text Example

White with #684C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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