Html Css Color HEX #6A484B Tosca

📋 copy color: '#6A484B'

red 106 ◦ green 72 ◦ blue 75

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

Shades of Tosca #6A484B

Tints of Tosca #6A484B

RGB

 RED value IS 106 (41.8% from 255) = 41.9%

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 41.9%
G = 28.46%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A484B (or 0x6A484B) is known color: Tosca. HEX triplet: 6A, 48 and 4B. RGB value is (106,72,75). Sum of RGB (Red+Green+Blue) = 106+72+75=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A484B is #95B7B4. Grayscale: #525252. Windows color (decimal): -9811893 or 4933738. OLE color: 4933738.

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

Color convert

RGB 106 72 75 -
CMYK 0 0.32 0.29 0.58
HSL 354.71º 0.19% 0.35% -
HSV(B) 354.71º 0.32% 0.42% -
XYZ 9.53 8.21 7.74 -
YUV 82.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 106 72 75 0 0.32 0.29 0.58 354.71 0.19 0.35
Hex 6A 48 4B 0 20 1D 3A 163 13 23
Octal 152 110 113 0 40 35 72 543 23 43
Binary 1101010 1001000 1001011 0 100000 11101 111010 101100011 10011 100011

Color Harmonies of #6A484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A484B

Black with #6A484B

Text Example


Text Example

White with #6A484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,72,75); }

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

background-color css

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

 a { background-color: rgb(106,72,75); }

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

border-color css

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

 span { border-color: rgb(106,72,75); }

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