Html Css Color HEX #6F2436 Claret

📋 copy color: '#6F2436'

red 111 ◦ green 36 ◦ blue 54

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

Shades of Claret #6F2436

Tints of Claret #6F2436

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

 BLUE value IS 54 (21.48% from 255) = 26.87%

R = 55.22%
G = 17.91%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F2436 (or 0x6F2436) is known color: Claret. HEX triplet: 6F, 24 and 36. RGB value is (111,36,54). Sum of RGB (Red+Green+Blue) = 111+36+54=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2436 is #90DBC9. Grayscale: #3C3C3C. Windows color (decimal): -9493450 or 3548271. OLE color: 3548271.

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

Color convert

RGB 111 36 54 -
CMYK 0 0.68 0.51 0.56
HSL 345.6º 0.51% 0.29% -
HSV(B) 345.6º 0.68% 0.44% -
XYZ 7.85 4.91 4.02 -
YUV 60.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 111 36 54 0 0.68 0.51 0.56 345.6 0.51 0.29
Hex 6F 24 36 0 44 33 38 15A 33 1D
Octal 157 44 66 0 104 63 70 532 63 35
Binary 1101111 100100 110110 0 1000100 110011 111000 101011010 110011 11101

Color Harmonies of #6F2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2436

Black with #6F2436

Text Example


Text Example

White with #6F2436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,54); }

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

background-color css

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

 a { background-color: rgb(111,36,54); }

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

border-color css

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

 span { border-color: rgb(111,36,54); }

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