Html Css Color HEX #6C2935 Claret

📋 copy color: '#6C2935'

red 108 ◦ green 41 ◦ blue 53

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

Shades of Claret #6C2935

Tints of Claret #6C2935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.3%

 BLUE value IS 53 (21.09% from 255) = 26.24%

R = 53.47%
G = 20.3%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6C2935 (or 0x6C2935) is known color: Claret. HEX triplet: 6C, 29 and 35. RGB value is (108,41,53). Sum of RGB (Red+Green+Blue) = 108+41+53=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2935 is #93D6CA. Grayscale: #3E3E3E. Windows color (decimal): -9688779 or 3484012. OLE color: 3484012.

HSL color Cylindrical-coordinate representation of color #6C2935: hue angle of 349.25º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2935 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 41 53 -
CMYK 0 0.62 0.51 0.58
HSL 349.25º 0.45% 0.29% -
HSV(B) 349.25º 0.62% 0.42% -
XYZ 7.62 5.03 3.94 -
YUV 62.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 108 41 53 0 0.62 0.51 0.58 349.25 0.45 0.29
Hex 6C 29 35 0 3E 33 3A 15D 2D 1D
Octal 154 51 65 0 76 63 72 535 55 35
Binary 1101100 101001 110101 0 111110 110011 111010 101011101 101101 11101

Color Harmonies of #6C2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2935

Black with #6C2935

Text Example


Text Example

White with #6C2935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,53); }

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

background-color css

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

 a { background-color: rgb(108,41,53); }

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

border-color css

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

 span { border-color: rgb(108,41,53); }

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