Html Css Color HEX #633F42 Tosca

📋 copy color: '#633F42'

red 99 ◦ green 63 ◦ blue 66

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

Shades of Tosca #633F42

Tints of Tosca #633F42

RGB

 RED value IS 99 (39.06% from 255) = 43.42%

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

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

R = 43.42%
G = 27.63%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#633F42 (or 0x633F42) is known color: Tosca. HEX triplet: 63, 3F and 42. RGB value is (99,63,66). Sum of RGB (Red+Green+Blue) = 99+63+66=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #633F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633F42 is #9CC0BD. Grayscale: #4A4A4A. Windows color (decimal): -10272958 or 4341603. OLE color: 4341603.

HSL color Cylindrical-coordinate representation of color #633F42: hue angle of 355º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #633F42 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 63 66 -
CMYK 0 0.36 0.33 0.61
HSL 355º 0.22% 0.32% -
HSV(B) 355º 0.36% 0.39% -
XYZ 7.91 6.6 6.01 -
YUV 74.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 99 63 66 0 0.36 0.33 0.61 355 0.22 0.32
Hex 63 3F 42 0 24 21 3D 163 16 20
Octal 143 77 102 0 44 41 75 543 26 40
Binary 1100011 111111 1000010 0 100100 100001 111101 101100011 10110 100000

Color Harmonies of #633F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633F42

Black with #633F42

Text Example


Text Example

White with #633F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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