Html Css Color HEX #3F433C Mallard

📋 copy color: '#3F433C'

red 63 ◦ green 67 ◦ blue 60

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

Shades of Mallard #3F433C

Tints of Mallard #3F433C

RGB

 RED value IS 63 (25% from 255) = 33.16%

 GREEN value IS 67 (26.56% from 255) = 35.26%

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 33.16%
G = 35.26%
B = 31.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#3F433C (or 0x3F433C) is known color: Mallard. HEX triplet: 3F, 43 and 3C. RGB value is (63,67,60). Sum of RGB (Red+Green+Blue) = 63+67+60=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 67 - color contains mainly: green. Hex color #3F433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F433C is #C0BCC3. Grayscale: #414141. Windows color (decimal): -12631236 or 3949375. OLE color: 3949375.

HSL color Cylindrical-coordinate representation of color #3F433C: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F433C is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 67 60 -
CMYK 0.06 0 0.10 0.74
HSL 94.29º 0.06% 0.25% -
HSV(B) 94.29º 0.1% 0.26% -
XYZ 4.87 5.4 5.06 -
YUV 65.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 63 67 60 0.06 0 0.10 0.74 94.29 0.06 0.25
Hex 3F 43 3C 6 0 A 4A 5E 6 19
Octal 77 103 74 6 0 12 112 136 6 31
Binary 111111 1000011 111100 110 0 1010 1001010 1011110 110 11001

Color Harmonies of #3F433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F433C

Black with #3F433C

Text Example


Text Example

White with #3F433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F433C; }

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

 H1.HeaderClassName
 {
   color: #3F433C;
 }
 .AnyTagClassName
 {
   color: #3F433C;
 }
</style>

background-color css

<style>
 a { background-color: #3F433C; }

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

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

border-color css

<style>
 span { border-color: #3F433C; }

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

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