Html Css Color HEX #6B454A Tosca

📋 copy color: '#6B454A'

red 107 ◦ green 69 ◦ blue 74

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

Shades of Tosca #6B454A

Tints of Tosca #6B454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 42.8%
G = 27.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B454A (or 0x6B454A) is known color: Tosca. HEX triplet: 6B, 45 and 4A. RGB value is (107,69,74). Sum of RGB (Red+Green+Blue) = 107+69+74=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B454A is #94BAB5. Grayscale: #505050. Windows color (decimal): -9747126 or 4867435. OLE color: 4867435.

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

Color convert

RGB 107 69 74 -
CMYK 0 0.36 0.31 0.58
HSL 352.11º 0.22% 0.35% -
HSV(B) 352.11º 0.36% 0.42% -
XYZ 9.43 7.88 7.5 -
YUV 80.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 107 69 74 0 0.36 0.31 0.58 352.11 0.22 0.35
Hex 6B 45 4A 0 24 1F 3A 160 16 23
Octal 153 105 112 0 44 37 72 540 26 43
Binary 1101011 1000101 1001010 0 100100 11111 111010 101100000 10110 100011

Color Harmonies of #6B454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B454A

Black with #6B454A

Text Example


Text Example

White with #6B454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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