Html Css Color HEX #6B484B Tosca

📋 copy color: '#6B484B'

red 107 ◦ green 72 ◦ blue 75

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

Shades of Tosca #6B484B

Tints of Tosca #6B484B

RGB

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

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

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

R = 42.13%
G = 28.35%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B484B (or 0x6B484B) is known color: Tosca. HEX triplet: 6B, 48 and 4B. RGB value is (107,72,75). Sum of RGB (Red+Green+Blue) = 107+72+75=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B484B is #94B7B4. Grayscale: #525252. Windows color (decimal): -9746357 or 4933739. OLE color: 4933739.

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

Color convert

RGB 107 72 75 -
CMYK 0 0.33 0.30 0.58
HSL 354.86º 0.2% 0.35% -
HSV(B) 354.86º 0.33% 0.42% -
XYZ 9.65 8.27 7.74 -
YUV 82.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 107 72 75 0 0.33 0.30 0.58 354.86 0.2 0.35
Hex 6B 48 4B 0 21 1E 3A 163 14 23
Octal 153 110 113 0 41 36 72 543 24 43
Binary 1101011 1001000 1001011 0 100001 11110 111010 101100011 10100 100011

Color Harmonies of #6B484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B484B

Black with #6B484B

Text Example


Text Example

White with #6B484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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