Html Css Color HEX #6F2F30 Tamarillo

📋 copy color: '#6F2F30'

red 111 ◦ green 47 ◦ blue 48

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

Shades of Tamarillo #6F2F30

Tints of Tamarillo #6F2F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 53.88%
G = 22.82%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F2F30 (or 0x6F2F30) is known color: Tamarillo. HEX triplet: 6F, 2F and 30. RGB value is (111,47,48). Sum of RGB (Red+Green+Blue) = 111+47+48=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F30 is #90D0CF. Grayscale: #424242. Windows color (decimal): -9490640 or 3157871. OLE color: 3157871.

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

Color convert

RGB 111 47 48 -
CMYK 0 0.58 0.57 0.56
HSL 359.06º 0.41% 0.31% -
HSV(B) 359.06º 0.58% 0.44% -
XYZ 8.11 5.63 3.46 -
YUV 66.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 111 47 48 0 0.58 0.57 0.56 359.06 0.41 0.31
Hex 6F 2F 30 0 3A 39 38 167 29 1F
Octal 157 57 60 0 72 71 70 547 51 37
Binary 1101111 101111 110000 0 111010 111001 111000 101100111 101001 11111

Color Harmonies of #6F2F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F30

Black with #6F2F30

Text Example


Text Example

White with #6F2F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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