Html Css Color HEX #6F3133 Tamarillo

📋 copy color: '#6F3133'

red 111 ◦ green 49 ◦ blue 51

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

Shades of Tamarillo #6F3133

Tints of Tamarillo #6F3133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 52.61%
G = 23.22%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F3133 (or 0x6F3133) is known color: Tamarillo. HEX triplet: 6F, 31 and 33. RGB value is (111,49,51). Sum of RGB (Red+Green+Blue) = 111+49+51=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3133 is #90CECC. Grayscale: #434343. Windows color (decimal): -9490125 or 3354991. OLE color: 3354991.

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

Color convert

RGB 111 49 51 -
CMYK 0 0.56 0.54 0.56
HSL 358.06º 0.39% 0.31% -
HSV(B) 358.06º 0.56% 0.44% -
XYZ 8.25 5.82 3.82 -
YUV 67.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 111 49 51 0 0.56 0.54 0.56 358.06 0.39 0.31
Hex 6F 31 33 0 38 36 38 166 27 1F
Octal 157 61 63 0 70 66 70 546 47 37
Binary 1101111 110001 110011 0 111000 110110 111000 101100110 100111 11111

Color Harmonies of #6F3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3133

Black with #6F3133

Text Example


Text Example

White with #6F3133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,51); }

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

background-color css

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

 a { background-color: rgb(111,49,51); }

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

border-color css

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

 span { border-color: rgb(111,49,51); }

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