Html Css Color HEX #63744C Dingley

📋 copy color: '#63744C'

red 99 ◦ green 116 ◦ blue 76

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

Shades of Dingley #63744C

Tints of Dingley #63744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 34.02%
G = 39.86%
B = 26.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#63744C (or 0x63744C) is known color: Dingley. HEX triplet: 63, 74 and 4C. RGB value is (99,116,76). Sum of RGB (Red+Green+Blue) = 99+116+76=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #63744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63744C is #9C8BB3. Grayscale: #6A6A6A. Windows color (decimal): -10259380 or 5010531. OLE color: 5010531.

HSL color Cylindrical-coordinate representation of color #63744C: hue angle of 85.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63744C is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 116 76 -
CMYK 0.15 0 0.34 0.55
HSL 85.5º 0.21% 0.38% -
HSV(B) 85.5º 0.34% 0.45% -
XYZ 12.7 15.67 9.19 -
YUV 106.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 99 116 76 0.15 0 0.34 0.55 85.5 0.21 0.38
Hex 63 74 4C F 0 22 37 56 15 26
Octal 143 164 114 17 0 42 67 126 25 46
Binary 1100011 1110100 1001100 1111 0 100010 110111 1010110 10101 100110

Color Harmonies of #63744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63744C

Black with #63744C

Text Example


Text Example

White with #63744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63744C; }

 p { color: rgb(99,116,76); }

 H1.HeaderClassName
 {
   color: #63744C;
 }
 .AnyTagClassName
 {
   color: #63744C;
 }
</style>

background-color css

<style>
 a { background-color: #63744C; }

 a { background-color: rgb(99,116,76); }

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

border-color css

<style>
 span { border-color: #63744C; }

 span { border-color: rgb(99,116,76); }

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