Html Css Color HEX #68524F Congo Brown

📋 copy color: '#68524F'

red 104 ◦ green 82 ◦ blue 79

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

Shades of Congo Brown #68524F

Tints of Congo Brown #68524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 39.25%
G = 30.94%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68524F (or 0x68524F) is known color: Congo Brown. HEX triplet: 68, 52 and 4F. RGB value is (104,82,79). Sum of RGB (Red+Green+Blue) = 104+82+79=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68524F is #97ADB0. Grayscale: #585858. Windows color (decimal): -9940401 or 5198440. OLE color: 5198440.

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

Color convert

RGB 104 82 79 -
CMYK 0 0.21 0.24 0.59
HSL 7.2º 0.14% 0.36% -
HSV(B) 7.2º 0.24% 0.41% -
XYZ 10.14 9.54 8.7 -
YUV 88.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 104 82 79 0 0.21 0.24 0.59 7.2 0.14 0.36
Hex 68 52 4F 0 15 18 3B 7 E 24
Octal 150 122 117 0 25 30 73 7 16 44
Binary 1101000 1010010 1001111 0 10101 11000 111011 111 1110 100100

Color Harmonies of #68524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68524F

Black with #68524F

Text Example


Text Example

White with #68524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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