Html Css Color HEX #684B42 Congo Brown

📋 copy color: '#684B42'

red 104 ◦ green 75 ◦ blue 66

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

Shades of Congo Brown #684B42

Tints of Congo Brown #684B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

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

R = 42.45%
G = 30.61%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#684B42 (or 0x684B42) is known color: Congo Brown. HEX triplet: 68, 4B and 42. RGB value is (104,75,66). Sum of RGB (Red+Green+Blue) = 104+75+66=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B42 is #97B4BD. Grayscale: #525252. Windows color (decimal): -9942206 or 4344680. OLE color: 4344680.

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

Color convert

RGB 104 75 66 -
CMYK 0 0.28 0.37 0.59
HSL 14.21º 0.22% 0.33% -
HSV(B) 14.21º 0.37% 0.41% -
XYZ 9.21 8.37 6.28 -
YUV 82.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 104 75 66 0 0.28 0.37 0.59 14.21 0.22 0.33
Hex 68 4B 42 0 1C 25 3B E 16 21
Octal 150 113 102 0 34 45 73 16 26 41
Binary 1101000 1001011 1000010 0 11100 100101 111011 1110 10110 100001

Color Harmonies of #684B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B42

Black with #684B42

Text Example


Text Example

White with #684B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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