Html Css Color HEX #685C4C Makara

📋 copy color: '#685C4C'

red 104 ◦ green 92 ◦ blue 76

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

Shades of Makara #685C4C

Tints of Makara #685C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.82%

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

R = 38.24%
G = 33.82%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#685C4C (or 0x685C4C) is known color: Makara. HEX triplet: 68, 5C and 4C. RGB value is (104,92,76). Sum of RGB (Red+Green+Blue) = 104+92+76=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C4C is #97A3B3. Grayscale: #5D5D5D. Windows color (decimal): -9937844 or 5004392. OLE color: 5004392.

HSL color Cylindrical-coordinate representation of color #685C4C: hue angle of 34.29º 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 #685C4C is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 76 -
CMYK 0 0.12 0.27 0.59
HSL 34.29º 0.16% 0.35% -
HSV(B) 34.29º 0.27% 0.41% -
XYZ 10.84 11.12 8.41 -
YUV 93.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 104 92 76 0 0.12 0.27 0.59 34.29 0.16 0.35
Hex 68 5C 4C 0 C 1B 3B 22 10 23
Octal 150 134 114 0 14 33 73 42 20 43
Binary 1101000 1011100 1001100 0 1100 11011 111011 100010 10000 100011

Color Harmonies of #685C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C4C

Black with #685C4C

Text Example


Text Example

White with #685C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685C4C; }

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

 H1.HeaderClassName
 {
   color: #685C4C;
 }
 .AnyTagClassName
 {
   color: #685C4C;
 }
</style>

background-color css

<style>
 a { background-color: #685C4C; }

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

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

border-color css

<style>
 span { border-color: #685C4C; }

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

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