Html Css Color HEX #6F3032 Tamarillo

📋 copy color: '#6F3032'

red 111 ◦ green 48 ◦ blue 50

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

Shades of Tamarillo #6F3032

Tints of Tamarillo #6F3032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 53.11%
G = 22.97%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F3032 (or 0x6F3032) is known color: Tamarillo. HEX triplet: 6F, 30 and 32. RGB value is (111,48,50). Sum of RGB (Red+Green+Blue) = 111+48+50=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3032 is #90CFCD. Grayscale: #434343. Windows color (decimal): -9490382 or 3289199. OLE color: 3289199.

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

Color convert

RGB 111 48 50 -
CMYK 0 0.57 0.55 0.56
HSL 358.1º 0.4% 0.31% -
HSV(B) 358.1º 0.57% 0.44% -
XYZ 8.19 5.72 3.69 -
YUV 67.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 111 48 50 0 0.57 0.55 0.56 358.1 0.4 0.31
Hex 6F 30 32 0 39 37 38 166 28 1F
Octal 157 60 62 0 71 67 70 546 50 37
Binary 1101111 110000 110010 0 111001 110111 111000 101100110 101000 11111

Color Harmonies of #6F3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3032

Black with #6F3032

Text Example


Text Example

White with #6F3032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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