Html Css Color HEX #6D6458 Makara

📋 copy color: '#6D6458'

red 109 ◦ green 100 ◦ blue 88

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

Shades of Makara #6D6458

Tints of Makara #6D6458

RGB

 RED value IS 109 (42.97% from 255) = 36.7%

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 36.7%
G = 33.67%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D6458 (or 0x6D6458) is known color: Makara. HEX triplet: 6D, 64 and 58. RGB value is (109,100,88). Sum of RGB (Red+Green+Blue) = 109+100+88=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6458 is #929BA7. Grayscale: #656565. Windows color (decimal): -9608104 or 5792877. OLE color: 5792877.

HSL color Cylindrical-coordinate representation of color #6D6458: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D6458 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 100 88 -
CMYK 0 0.08 0.19 0.57
HSL 34.29º 0.11% 0.39% -
HSV(B) 34.29º 0.19% 0.43% -
XYZ 12.63 13.07 11.09 -
YUV 101.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 109 100 88 0 0.08 0.19 0.57 34.29 0.11 0.39
Hex 6D 64 58 0 8 13 39 22 B 27
Octal 155 144 130 0 10 23 71 42 13 47
Binary 1101101 1100100 1011000 0 1000 10011 111001 100010 1011 100111

Color Harmonies of #6D6458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6458

Black with #6D6458

Text Example


Text Example

White with #6D6458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D6458; }

 p { color: rgb(109,100,88); }

 H1.HeaderClassName
 {
   color: #6D6458;
 }
 .AnyTagClassName
 {
   color: #6D6458;
 }
</style>

background-color css

<style>
 a { background-color: #6D6458; }

 a { background-color: rgb(109,100,88); }

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

border-color css

<style>
 span { border-color: #6D6458; }

 span { border-color: rgb(109,100,88); }

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