Html Css Color HEX #6B4A4B Tosca

📋 copy color: '#6B4A4B'

red 107 ◦ green 74 ◦ blue 75

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

Shades of Tosca #6B4A4B

Tints of Tosca #6B4A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

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

R = 41.8%
G = 28.91%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B4A4B (or 0x6B4A4B) is known color: Tosca. HEX triplet: 6B, 4A and 4B. RGB value is (107,74,75). Sum of RGB (Red+Green+Blue) = 107+74+75=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A4B is #94B5B4. Grayscale: #545454. Windows color (decimal): -9745845 or 4934251. OLE color: 4934251.

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

Color convert

RGB 107 74 75 -
CMYK 0 0.31 0.30 0.58
HSL 358.18º 0.18% 0.35% -
HSV(B) 358.18º 0.31% 0.42% -
XYZ 9.78 8.53 7.79 -
YUV 83.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 107 74 75 0 0.31 0.30 0.58 358.18 0.18 0.35
Hex 6B 4A 4B 0 1F 1E 3A 166 12 23
Octal 153 112 113 0 37 36 72 546 22 43
Binary 1101011 1001010 1001011 0 11111 11110 111010 101100110 10010 100011

Color Harmonies of #6B4A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A4B

Black with #6B4A4B

Text Example


Text Example

White with #6B4A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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