Html Css Color HEX #68504A Congo Brown

📋 copy color: '#68504A'

red 104 ◦ green 80 ◦ blue 74

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

Shades of Congo Brown #68504A

Tints of Congo Brown #68504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 40.31%
G = 31.01%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68504A (or 0x68504A) is known color: Congo Brown. HEX triplet: 68, 50 and 4A. RGB value is (104,80,74). Sum of RGB (Red+Green+Blue) = 104+80+74=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #68504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68504A is #97AFB5. Grayscale: #565656. Windows color (decimal): -9940918 or 4870248. OLE color: 4870248.

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

Color convert

RGB 104 80 74 -
CMYK 0 0.23 0.29 0.59
HSL 12º 0.17% 0.35% -
HSV(B) 12º 0.29% 0.41% -
XYZ 9.81 9.17 7.73 -
YUV 86.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 104 80 74 0 0.23 0.29 0.59 12 0.17 0.35
Hex 68 50 4A 0 17 1D 3B C 11 23
Octal 150 120 112 0 27 35 73 14 21 43
Binary 1101000 1010000 1001010 0 10111 11101 111011 1100 10001 100011

Color Harmonies of #68504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68504A

Black with #68504A

Text Example


Text Example

White with #68504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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