Html Css Color HEX #684942 Congo Brown

📋 copy color: '#684942'

red 104 ◦ green 73 ◦ blue 66

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

Shades of Congo Brown #684942

Tints of Congo Brown #684942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 42.8%
G = 30.04%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#684942 (or 0x684942) is known color: Congo Brown. HEX triplet: 68, 49 and 42. RGB value is (104,73,66). Sum of RGB (Red+Green+Blue) = 104+73+66=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #684942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684942 is #97B6BD. Grayscale: #515151. Windows color (decimal): -9942718 or 4344168. OLE color: 4344168.

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

Color convert

RGB 104 73 66 -
CMYK 0 0.30 0.37 0.59
HSL 11.05º 0.22% 0.33% -
HSV(B) 11.05º 0.37% 0.41% -
XYZ 9.07 8.1 6.24 -
YUV 81.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 104 73 66 0 0.30 0.37 0.59 11.05 0.22 0.33
Hex 68 49 42 0 1E 25 3B B 16 21
Octal 150 111 102 0 36 45 73 13 26 41
Binary 1101000 1001001 1000010 0 11110 100101 111011 1011 10110 100001

Color Harmonies of #684942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684942

Black with #684942

Text Example


Text Example

White with #684942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684942; }

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

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

background-color css

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

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

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

border-color css

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

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

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