Html Css Color HEX #6C5E6E Rum

📋 copy color: '#6C5E6E'

red 108 ◦ green 94 ◦ blue 110

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

Shades of Rum #6C5E6E

Tints of Rum #6C5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 34.62%
G = 30.13%
B = 35.26%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C5E6E (or 0x6C5E6E) is known color: Rum. HEX triplet: 6C, 5E and 6E. RGB value is (108,94,110). Sum of RGB (Red+Green+Blue) = 108+94+110=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C5E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E6E is #93A191. Grayscale: #636363. Windows color (decimal): -9675154 or 7233132. OLE color: 7233132.

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

Color convert

RGB 108 94 110 -
CMYK 0.02 0.15 0 0.57
HSL 292.5º 0.08% 0.4% -
HSV(B) 292.5º 0.15% 0.43% -
XYZ 13 12.32 16.44 -
YUV 100.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 108 94 110 0.02 0.15 0 0.57 292.5 0.08 0.4
Hex 6C 5E 6E 2 F 0 39 124 8 28
Octal 154 136 156 2 17 0 71 444 10 50
Binary 1101100 1011110 1101110 10 1111 0 111001 100100100 1000 101000

Color Harmonies of #6C5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5E6E

Black with #6C5E6E

Text Example


Text Example

White with #6C5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,94,110); }

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

background-color css

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

 a { background-color: rgb(108,94,110); }

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

border-color css

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

 span { border-color: rgb(108,94,110); }

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