Html Css Color HEX #6C202F Claret

📋 copy color: '#6C202F'

red 108 ◦ green 32 ◦ blue 47

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

Shades of Claret #6C202F

Tints of Claret #6C202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 57.75%
G = 17.11%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C202F (or 0x6C202F) is known color: Claret. HEX triplet: 6C, 20 and 2F. RGB value is (108,32,47). Sum of RGB (Red+Green+Blue) = 108+32+47=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C202F is #93DFD0. Grayscale: #383838. Windows color (decimal): -9691089 or 3088492. OLE color: 3088492.

HSL color Cylindrical-coordinate representation of color #6C202F: hue angle of 348.16º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C202F is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 47 -
CMYK 0 0.70 0.56 0.58
HSL 348.16º 0.54% 0.27% -
HSV(B) 348.16º 0.7% 0.42% -
XYZ 7.21 4.43 3.16 -
YUV 56.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 108 32 47 0 0.70 0.56 0.58 348.16 0.54 0.27
Hex 6C 20 2F 0 46 38 3A 15C 36 1B
Octal 154 40 57 0 106 70 72 534 66 33
Binary 1101100 100000 101111 0 1000110 111000 111010 101011100 110110 11011

Color Harmonies of #6C202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C202F

Black with #6C202F

Text Example


Text Example

White with #6C202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,32,47); }

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

background-color css

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

 a { background-color: rgb(108,32,47); }

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

border-color css

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

 span { border-color: rgb(108,32,47); }

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