Html Css Color HEX #68534E Congo Brown

📋 copy color: '#68534E'

red 104 ◦ green 83 ◦ blue 78

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

Shades of Congo Brown #68534E

Tints of Congo Brown #68534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 39.25%
G = 31.32%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68534E (or 0x68534E) is known color: Congo Brown. HEX triplet: 68, 53 and 4E. RGB value is (104,83,78). Sum of RGB (Red+Green+Blue) = 104+83+78=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68534E is #97ACB1. Grayscale: #585858. Windows color (decimal): -9940146 or 5133160. OLE color: 5133160.

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

Color convert

RGB 104 83 78 -
CMYK 0 0.20 0.25 0.59
HSL 11.54º 0.14% 0.36% -
HSV(B) 11.54º 0.25% 0.41% -
XYZ 10.18 9.68 8.54 -
YUV 88.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 104 83 78 0 0.20 0.25 0.59 11.54 0.14 0.36
Hex 68 53 4E 0 14 19 3B C E 24
Octal 150 123 116 0 24 31 73 14 16 44
Binary 1101000 1010011 1001110 0 10100 11001 111011 1100 1110 100100

Color Harmonies of #68534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68534E

Black with #68534E

Text Example


Text Example

White with #68534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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