Html Css Color HEX #6F3031 Tamarillo

📋 copy color: '#6F3031'

red 111 ◦ green 48 ◦ blue 49

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

Shades of Tamarillo #6F3031

Tints of Tamarillo #6F3031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 53.37%
G = 23.08%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F3031 (or 0x6F3031) is known color: Tamarillo. HEX triplet: 6F, 30 and 31. RGB value is (111,48,49). Sum of RGB (Red+Green+Blue) = 111+48+49=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3031 is #90CFCE. Grayscale: #434343. Windows color (decimal): -9490383 or 3223663. OLE color: 3223663.

HSL color Cylindrical-coordinate representation of color #6F3031: hue angle of 359.05º 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 #6F3031 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 48 49 -
CMYK 0 0.57 0.56 0.56
HSL 359.05º 0.4% 0.31% -
HSV(B) 359.05º 0.57% 0.44% -
XYZ 8.17 5.72 3.58 -
YUV 66.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 111 48 49 0 0.57 0.56 0.56 359.05 0.4 0.31
Hex 6F 30 31 0 39 38 38 167 28 1F
Octal 157 60 61 0 71 70 70 547 50 37
Binary 1101111 110000 110001 0 111001 111000 111000 101100111 101000 11111

Color Harmonies of #6F3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3031

Black with #6F3031

Text Example


Text Example

White with #6F3031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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