Html Css Color HEX #633C3D Tosca

📋 copy color: '#633C3D'

red 99 ◦ green 60 ◦ blue 61

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

Shades of Tosca #633C3D

Tints of Tosca #633C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.27%

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 45%
G = 27.27%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#633C3D (or 0x633C3D) is known color: Tosca. HEX triplet: 63, 3C and 3D. RGB value is (99,60,61). Sum of RGB (Red+Green+Blue) = 99+60+61=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #633C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C3D is #9CC3C2. Grayscale: #474747. Windows color (decimal): -10273731 or 4013155. OLE color: 4013155.

HSL color Cylindrical-coordinate representation of color #633C3D: hue angle of 358.46º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #633C3D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 60 61 -
CMYK 0 0.39 0.38 0.61
HSL 358.46º 0.25% 0.31% -
HSV(B) 358.46º 0.39% 0.39% -
XYZ 7.6 6.22 5.21 -
YUV 71.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 99 60 61 0 0.39 0.38 0.61 358.46 0.25 0.31
Hex 63 3C 3D 0 27 26 3D 166 19 1F
Octal 143 74 75 0 47 46 75 546 31 37
Binary 1100011 111100 111101 0 100111 100110 111101 101100110 11001 11111

Color Harmonies of #633C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633C3D

Black with #633C3D

Text Example


Text Example

White with #633C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,60,61); }

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

background-color css

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

 a { background-color: rgb(99,60,61); }

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

border-color css

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

 span { border-color: rgb(99,60,61); }

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