Html Css Color HEX #68534C Congo Brown

📋 copy color: '#68534C'

red 104 ◦ green 83 ◦ blue 76

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

Shades of Congo Brown #68534C

Tints of Congo Brown #68534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.56%

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 39.54%
G = 31.56%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68534C (or 0x68534C) is known color: Congo Brown. HEX triplet: 68, 53 and 4C. RGB value is (104,83,76). Sum of RGB (Red+Green+Blue) = 104+83+76=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68534C is #97ACB3. Grayscale: #585858. Windows color (decimal): -9940148 or 5002088. OLE color: 5002088.

HSL color Cylindrical-coordinate representation of color #68534C: hue angle of 15º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68534C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 76 -
CMYK 0 0.20 0.27 0.59
HSL 15º 0.16% 0.35% -
HSV(B) 15º 0.27% 0.41% -
XYZ 10.11 9.65 8.17 -
YUV 88.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 104 83 76 0 0.20 0.27 0.59 15 0.16 0.35
Hex 68 53 4C 0 14 1B 3B F 10 23
Octal 150 123 114 0 24 33 73 17 20 43
Binary 1101000 1010011 1001100 0 10100 11011 111011 1111 10000 100011

Color Harmonies of #68534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68534C

Black with #68534C

Text Example


Text Example

White with #68534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68534C; }

 p { color: rgb(104,83,76); }

 H1.HeaderClassName
 {
   color: #68534C;
 }
 .AnyTagClassName
 {
   color: #68534C;
 }
</style>

background-color css

<style>
 a { background-color: #68534C; }

 a { background-color: rgb(104,83,76); }

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

border-color css

<style>
 span { border-color: #68534C; }

 span { border-color: rgb(104,83,76); }

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