Html Css Color HEX #68524A Congo Brown

📋 copy color: '#68524A'

red 104 ◦ green 82 ◦ blue 74

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

Shades of Congo Brown #68524A

Tints of Congo Brown #68524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

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

R = 40%
G = 31.54%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68524A (or 0x68524A) is known color: Congo Brown. HEX triplet: 68, 52 and 4A. RGB value is (104,82,74). Sum of RGB (Red+Green+Blue) = 104+82+74=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #68524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68524A is #97ADB5. Grayscale: #575757. Windows color (decimal): -9940406 or 4870760. OLE color: 4870760.

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

Color convert

RGB 104 82 74 -
CMYK 0 0.21 0.29 0.59
HSL 16º 0.17% 0.35% -
HSV(B) 16º 0.29% 0.41% -
XYZ 9.96 9.47 7.78 -
YUV 87.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 104 82 74 0 0.21 0.29 0.59 16 0.17 0.35
Hex 68 52 4A 0 15 1D 3B 10 11 23
Octal 150 122 112 0 25 35 73 20 21 43
Binary 1101000 1010010 1001010 0 10101 11101 111011 10000 10001 100011

Color Harmonies of #68524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68524A

Black with #68524A

Text Example


Text Example

White with #68524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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