Html Css Color HEX #693F42 Tosca

📋 copy color: '#693F42'

red 105 ◦ green 63 ◦ blue 66

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

Shades of Tosca #693F42

Tints of Tosca #693F42

RGB

 RED value IS 105 (41.41% from 255) = 44.87%

 GREEN value IS 63 (25% from 255) = 26.92%

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 44.87%
G = 26.92%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#693F42 (or 0x693F42) is known color: Tosca. HEX triplet: 69, 3F and 42. RGB value is (105,63,66). Sum of RGB (Red+Green+Blue) = 105+63+66=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #693F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F42 is #96C0BD. Grayscale: #4B4B4B. Windows color (decimal): -9879742 or 4341609. OLE color: 4341609.

HSL color Cylindrical-coordinate representation of color #693F42: hue angle of 355.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F42 is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 63 66 -
CMYK 0 0.4 0.37 0.59
HSL 355.71º 0.25% 0.33% -
HSV(B) 355.71º 0.4% 0.41% -
XYZ 8.59 6.95 6.04 -
YUV 75.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 105 63 66 0 0.4 0.37 0.59 355.71 0.25 0.33
Hex 69 3F 42 0 28 25 3B 164 19 21
Octal 151 77 102 0 50 45 73 544 31 41
Binary 1101001 111111 1000010 0 101000 100101 111011 101100100 11001 100001

Color Harmonies of #693F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F42

Black with #693F42

Text Example


Text Example

White with #693F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693F42; }

 p { color: rgb(105,63,66); }

 H1.HeaderClassName
 {
   color: #693F42;
 }
 .AnyTagClassName
 {
   color: #693F42;
 }
</style>

background-color css

<style>
 a { background-color: #693F42; }

 a { background-color: rgb(105,63,66); }

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

border-color css

<style>
 span { border-color: #693F42; }

 span { border-color: rgb(105,63,66); }

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