Html Css Color HEX #68524D Congo Brown

📋 copy color: '#68524D'

red 104 ◦ green 82 ◦ blue 77

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

Shades of Congo Brown #68524D

Tints of Congo Brown #68524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 39.54%
G = 31.18%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68524D (or 0x68524D) is known color: Congo Brown. HEX triplet: 68, 52 and 4D. RGB value is (104,82,77). Sum of RGB (Red+Green+Blue) = 104+82+77=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68524D is #97ADB2. Grayscale: #585858. Windows color (decimal): -9940403 or 5067368. OLE color: 5067368.

HSL color Cylindrical-coordinate representation of color #68524D: hue angle of 11.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68524D is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 77 -
CMYK 0 0.21 0.26 0.59
HSL 11.11º 0.15% 0.35% -
HSV(B) 11.11º 0.26% 0.41% -
XYZ 10.07 9.51 8.33 -
YUV 88.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 104 82 77 0 0.21 0.26 0.59 11.11 0.15 0.35
Hex 68 52 4D 0 15 1A 3B B F 23
Octal 150 122 115 0 25 32 73 13 17 43
Binary 1101000 1010010 1001101 0 10101 11010 111011 1011 1111 100011

Color Harmonies of #68524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68524D

Black with #68524D

Text Example


Text Example

White with #68524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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