Html Css Color HEX #6D2735 Claret

📋 copy color: '#6D2735'

red 109 ◦ green 39 ◦ blue 53

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

Shades of Claret #6D2735

Tints of Claret #6D2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

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

R = 54.23%
G = 19.4%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6D2735 (or 0x6D2735) is known color: Claret. HEX triplet: 6D, 27 and 35. RGB value is (109,39,53). Sum of RGB (Red+Green+Blue) = 109+39+53=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2735 is #92D8CA. Grayscale: #3D3D3D. Windows color (decimal): -9623755 or 3483501. OLE color: 3483501.

HSL color Cylindrical-coordinate representation of color #6D2735: hue angle of 348º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2735 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 39 53 -
CMYK 0 0.64 0.51 0.57
HSL 348º 0.47% 0.29% -
HSV(B) 348º 0.64% 0.43% -
XYZ 7.67 4.96 3.92 -
YUV 61.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 109 39 53 0 0.64 0.51 0.57 348 0.47 0.29
Hex 6D 27 35 0 40 33 39 15C 2F 1D
Octal 155 47 65 0 100 63 71 534 57 35
Binary 1101101 100111 110101 0 1000000 110011 111001 101011100 101111 11101

Color Harmonies of #6D2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2735

Black with #6D2735

Text Example


Text Example

White with #6D2735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,39,53); }

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

background-color css

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

 a { background-color: rgb(109,39,53); }

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

border-color css

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

 span { border-color: rgb(109,39,53); }

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