Html Css Color HEX #6B464B Tosca

📋 copy color: '#6B464B'

red 107 ◦ green 70 ◦ blue 75

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

Shades of Tosca #6B464B

Tints of Tosca #6B464B

RGB

 RED value IS 107 (42.19% from 255) = 42.46%

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

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

R = 42.46%
G = 27.78%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B464B (or 0x6B464B) is known color: Tosca. HEX triplet: 6B, 46 and 4B. RGB value is (107,70,75). Sum of RGB (Red+Green+Blue) = 107+70+75=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B464B is #94B9B4. Grayscale: #515151. Windows color (decimal): -9746869 or 4933227. OLE color: 4933227.

HSL color Cylindrical-coordinate representation of color #6B464B: hue angle of 351.89º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B464B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 70 75 -
CMYK 0 0.35 0.30 0.58
HSL 351.89º 0.21% 0.35% -
HSV(B) 351.89º 0.35% 0.42% -
XYZ 9.52 8.01 7.7 -
YUV 81.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 107 70 75 0 0.35 0.30 0.58 351.89 0.21 0.35
Hex 6B 46 4B 0 23 1E 3A 160 15 23
Octal 153 106 113 0 43 36 72 540 25 43
Binary 1101011 1000110 1001011 0 100011 11110 111010 101100000 10101 100011

Color Harmonies of #6B464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B464B

Black with #6B464B

Text Example


Text Example

White with #6B464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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