Html Css Color HEX #684842 Congo Brown

📋 copy color: '#684842'

red 104 ◦ green 72 ◦ blue 66

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

Shades of Congo Brown #684842

Tints of Congo Brown #684842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 42.98%
G = 29.75%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#684842 (or 0x684842) is known color: Congo Brown. HEX triplet: 68, 48 and 42. RGB value is (104,72,66). Sum of RGB (Red+Green+Blue) = 104+72+66=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684842 is #97B7BD. Grayscale: #505050. Windows color (decimal): -9942974 or 4343912. OLE color: 4343912.

HSL color Cylindrical-coordinate representation of color #684842: hue angle of 9.47º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684842 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 66 -
CMYK 0 0.31 0.37 0.59
HSL 9.47º 0.22% 0.33% -
HSV(B) 9.47º 0.37% 0.41% -
XYZ 9.01 7.97 6.22 -
YUV 80.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 104 72 66 0 0.31 0.37 0.59 9.47 0.22 0.33
Hex 68 48 42 0 1F 25 3B 9 16 21
Octal 150 110 102 0 37 45 73 11 26 41
Binary 1101000 1001000 1000010 0 11111 100101 111011 1001 10110 100001

Color Harmonies of #684842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684842

Black with #684842

Text Example


Text Example

White with #684842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684842; }

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

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

background-color css

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

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

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

border-color css

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

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

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