Html Css Color HEX #684B4A Congo Brown

📋 copy color: '#684B4A'

red 104 ◦ green 75 ◦ blue 74

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

Shades of Congo Brown #684B4A

Tints of Congo Brown #684B4A

RGB

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

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

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

R = 41.11%
G = 29.64%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#684B4A (or 0x684B4A) is known color: Congo Brown. HEX triplet: 68, 4B and 4A. RGB value is (104,75,74). Sum of RGB (Red+Green+Blue) = 104+75+74=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #684B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B4A is #97B4B5. Grayscale: #535353. Windows color (decimal): -9942198 or 4868968. OLE color: 4868968.

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

Color convert

RGB 104 75 74 -
CMYK 0 0.28 0.29 0.59
HSL 0.17% 0.35% -
HSV(B) 0.29% 0.41% -
XYZ 9.46 8.47 7.61 -
YUV 83.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 104 75 74 0 0.28 0.29 0.59 2 0.17 0.35
Hex 68 4B 4A 0 1C 1D 3B 2 11 23
Octal 150 113 112 0 34 35 73 2 21 43
Binary 1101000 1001011 1001010 0 11100 11101 111011 10 10001 100011

Color Harmonies of #684B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B4A

Black with #684B4A

Text Example


Text Example

White with #684B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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