Html Css Color HEX #6F3033 Tamarillo

📋 copy color: '#6F3033'

red 111 ◦ green 48 ◦ blue 51

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

Shades of Tamarillo #6F3033

Tints of Tamarillo #6F3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 52.86%
G = 22.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F3033 (or 0x6F3033) is known color: Tamarillo. HEX triplet: 6F, 30 and 33. RGB value is (111,48,51). Sum of RGB (Red+Green+Blue) = 111+48+51=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3033 is #90CFCC. Grayscale: #434343. Windows color (decimal): -9490381 or 3354735. OLE color: 3354735.

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

Color convert

RGB 111 48 51 -
CMYK 0 0.57 0.54 0.56
HSL 357.14º 0.4% 0.31% -
HSV(B) 357.14º 0.57% 0.44% -
XYZ 8.21 5.73 3.81 -
YUV 67.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 111 48 51 0 0.57 0.54 0.56 357.14 0.4 0.31
Hex 6F 30 33 0 39 36 38 165 28 1F
Octal 157 60 63 0 71 66 70 545 50 37
Binary 1101111 110000 110011 0 111001 110110 111000 101100101 101000 11111

Color Harmonies of #6F3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3033

Black with #6F3033

Text Example


Text Example

White with #6F3033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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