Html Css Color HEX #693F43 Tosca

📋 copy color: '#693F43'

red 105 ◦ green 63 ◦ blue 67

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

Shades of Tosca #693F43

Tints of Tosca #693F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.51%

R = 44.68%
G = 26.81%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#693F43 (or 0x693F43) is known color: Tosca. HEX triplet: 69, 3F and 43. RGB value is (105,63,67). Sum of RGB (Red+Green+Blue) = 105+63+67=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #693F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F43 is #96C0BC. Grayscale: #4C4C4C. Windows color (decimal): -9879741 or 4407145. OLE color: 4407145.

HSL color Cylindrical-coordinate representation of color #693F43: hue angle of 354.29º 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 #693F43 is Cyan = 0, Magento = 0.4, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 63 67 -
CMYK 0 0.4 0.36 0.59
HSL 354.29º 0.25% 0.33% -
HSV(B) 354.29º 0.4% 0.41% -
XYZ 8.62 6.96 6.2 -
YUV 76.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 105 63 67 0 0.4 0.36 0.59 354.29 0.25 0.33
Hex 69 3F 43 0 28 24 3B 162 19 21
Octal 151 77 103 0 50 44 73 542 31 41
Binary 1101001 111111 1000011 0 101000 100100 111011 101100010 11001 100001

Color Harmonies of #693F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F43

Black with #693F43

Text Example


Text Example

White with #693F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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