Html Css Color HEX #6B474A Tosca

📋 copy color: '#6B474A'

red 107 ◦ green 71 ◦ blue 74

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

Shades of Tosca #6B474A

Tints of Tosca #6B474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 42.46%
G = 28.17%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B474A (or 0x6B474A) is known color: Tosca. HEX triplet: 6B, 47 and 4A. RGB value is (107,71,74). Sum of RGB (Red+Green+Blue) = 107+71+74=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B474A is #94B8B5. Grayscale: #525252. Windows color (decimal): -9746614 or 4867947. OLE color: 4867947.

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

Color convert

RGB 107 71 74 -
CMYK 0 0.34 0.31 0.58
HSL 355º 0.2% 0.35% -
HSV(B) 355º 0.34% 0.42% -
XYZ 9.55 8.13 7.54 -
YUV 82.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 107 71 74 0 0.34 0.31 0.58 355 0.2 0.35
Hex 6B 47 4A 0 22 1F 3A 163 14 23
Octal 153 107 112 0 42 37 72 543 24 43
Binary 1101011 1000111 1001010 0 100010 11111 111010 101100011 10100 100011

Color Harmonies of #6B474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B474A

Black with #6B474A

Text Example


Text Example

White with #6B474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,71,74); }

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

background-color css

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

 a { background-color: rgb(107,71,74); }

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

border-color css

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

 span { border-color: rgb(107,71,74); }

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