Html Css Color HEX #6C6358 Makara

📋 copy color: '#6C6358'

red 108 ◦ green 99 ◦ blue 88

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

Shades of Makara #6C6358

Tints of Makara #6C6358

RGB

 RED value IS 108 (42.58% from 255) = 36.61%

 GREEN value IS 99 (39.06% from 255) = 33.56%

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

R = 36.61%
G = 33.56%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C6358 (or 0x6C6358) is known color: Makara. HEX triplet: 6C, 63 and 58. RGB value is (108,99,88). Sum of RGB (Red+Green+Blue) = 108+99+88=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6358 is #939CA7. Grayscale: #646464. Windows color (decimal): -9673896 or 5792620. OLE color: 5792620.

HSL color Cylindrical-coordinate representation of color #6C6358: hue angle of 33º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C6358 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 99 88 -
CMYK 0 0.08 0.19 0.58
HSL 33º 0.1% 0.38% -
HSV(B) 33º 0.19% 0.42% -
XYZ 12.41 12.82 11.05 -
YUV 100.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 108 99 88 0 0.08 0.19 0.58 33 0.1 0.38
Hex 6C 63 58 0 8 13 3A 21 A 26
Octal 154 143 130 0 10 23 72 41 12 46
Binary 1101100 1100011 1011000 0 1000 10011 111010 100001 1010 100110

Color Harmonies of #6C6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6358

Black with #6C6358

Text Example


Text Example

White with #6C6358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,99,88); }

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

background-color css

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

 a { background-color: rgb(108,99,88); }

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

border-color css

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

 span { border-color: rgb(108,99,88); }

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