Html Css Color HEX #63744E Dingley

📋 copy color: '#63744E'

red 99 ◦ green 116 ◦ blue 78

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

Shades of Dingley #63744E

Tints of Dingley #63744E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.62%

R = 33.79%
G = 39.59%
B = 26.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#63744E (or 0x63744E) is known color: Dingley. HEX triplet: 63, 74 and 4E. RGB value is (99,116,78). Sum of RGB (Red+Green+Blue) = 99+116+78=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #63744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63744E is #9C8BB1. Grayscale: #6A6A6A. Windows color (decimal): -10259378 or 5141603. OLE color: 5141603.

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

Color convert

RGB 99 116 78 -
CMYK 0.15 0 0.33 0.55
HSL 86.84º 0.2% 0.38% -
HSV(B) 86.84º 0.33% 0.45% -
XYZ 12.77 15.69 9.56 -
YUV 106.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 99 116 78 0.15 0 0.33 0.55 86.84 0.2 0.38
Hex 63 74 4E F 0 21 37 57 14 26
Octal 143 164 116 17 0 41 67 127 24 46
Binary 1100011 1110100 1001110 1111 0 100001 110111 1010111 10100 100110

Color Harmonies of #63744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63744E

Black with #63744E

Text Example


Text Example

White with #63744E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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