Html Css Color HEX #6F464B Tosca

📋 copy color: '#6F464B'

red 111 ◦ green 70 ◦ blue 75

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

Shades of Tosca #6F464B

Tints of Tosca #6F464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 43.36%
G = 27.34%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F464B (or 0x6F464B) is known color: Tosca. HEX triplet: 6F, 46 and 4B. RGB value is (111,70,75). Sum of RGB (Red+Green+Blue) = 111+70+75=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F464B is #90B9B4. Grayscale: #525252. Windows color (decimal): -9484725 or 4933231. OLE color: 4933231.

HSL color Cylindrical-coordinate representation of color #6F464B: hue angle of 352.68º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F464B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 70 75 -
CMYK 0 0.37 0.32 0.56
HSL 352.68º 0.23% 0.35% -
HSV(B) 352.68º 0.37% 0.44% -
XYZ 10.02 8.27 7.72 -
YUV 82.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 111 70 75 0 0.37 0.32 0.56 352.68 0.23 0.35
Hex 6F 46 4B 0 25 20 38 161 17 23
Octal 157 106 113 0 45 40 70 541 27 43
Binary 1101111 1000110 1001011 0 100101 100000 111000 101100001 10111 100011

Color Harmonies of #6F464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F464B

Black with #6F464B

Text Example


Text Example

White with #6F464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,70,75); }

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

background-color css

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

 a { background-color: rgb(111,70,75); }

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

border-color css

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

 span { border-color: rgb(111,70,75); }

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