Html Css Color HEX #633F4F Finn

📋 copy color: '#633F4F'

red 99 ◦ green 63 ◦ blue 79

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

Shades of Finn #633F4F

Tints of Finn #633F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 41.08%
G = 26.14%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#633F4F (or 0x633F4F) is known color: Finn. HEX triplet: 63, 3F and 4F. RGB value is (99,63,79). Sum of RGB (Red+Green+Blue) = 99+63+79=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #633F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633F4F is #9CC0B0. Grayscale: #4B4B4B. Windows color (decimal): -10272945 or 5193571. OLE color: 5193571.

HSL color Cylindrical-coordinate representation of color #633F4F: hue angle of 333.33º 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 #633F4F is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 63 79 -
CMYK 0 0.36 0.20 0.61
HSL 333.33º 0.22% 0.32% -
HSV(B) 333.33º 0.36% 0.39% -
XYZ 8.33 6.77 8.27 -
YUV 75.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 99 63 79 0 0.36 0.20 0.61 333.33 0.22 0.32
Hex 63 3F 4F 0 24 14 3D 14D 16 20
Octal 143 77 117 0 44 24 75 515 26 40
Binary 1100011 111111 1001111 0 100100 10100 111101 101001101 10110 100000

Color Harmonies of #633F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633F4F

Black with #633F4F

Text Example


Text Example

White with #633F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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