Html Css Color HEX #6F2637 Claret

📋 copy color: '#6F2637'

red 111 ◦ green 38 ◦ blue 55

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

Shades of Claret #6F2637

Tints of Claret #6F2637

RGB

 RED value IS 111 (43.75% from 255) = 54.41%

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 55 (21.88% from 255) = 26.96%

R = 54.41%
G = 18.63%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F2637 (or 0x6F2637) is known color: Claret. HEX triplet: 6F, 26 and 37. RGB value is (111,38,55). Sum of RGB (Red+Green+Blue) = 111+38+55=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2637 is #90D9C8. Grayscale: #3D3D3D. Windows color (decimal): -9492937 or 3614319. OLE color: 3614319.

HSL color Cylindrical-coordinate representation of color #6F2637: hue angle of 346.03º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2637 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 38 55 -
CMYK 0 0.66 0.50 0.56
HSL 346.03º 0.49% 0.29% -
HSV(B) 346.03º 0.66% 0.44% -
XYZ 7.94 5.04 4.17 -
YUV 61.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 111 38 55 0 0.66 0.50 0.56 346.03 0.49 0.29
Hex 6F 26 37 0 42 32 38 15A 31 1D
Octal 157 46 67 0 102 62 70 532 61 35
Binary 1101111 100110 110111 0 1000010 110010 111000 101011010 110001 11101

Color Harmonies of #6F2637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2637

Black with #6F2637

Text Example


Text Example

White with #6F2637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,38,55); }

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

background-color css

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

 a { background-color: rgb(111,38,55); }

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

border-color css

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

 span { border-color: rgb(111,38,55); }

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