Html Css Color HEX #64893F Dingley

📋 copy color: '#64893F'

red 100 ◦ green 137 ◦ blue 63

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

Shades of Dingley #64893F

Tints of Dingley #64893F

RGB

 RED value IS 100 (39.45% from 255) = 33.33%

 GREEN value IS 137 (53.91% from 255) = 45.67%

 BLUE value IS 63 (25% from 255) = 21%

R = 33.33%
G = 45.67%
B = 21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#64893F (or 0x64893F) is known color: Dingley. HEX triplet: 64, 89 and 3F. RGB value is (100,137,63). Sum of RGB (Red+Green+Blue) = 100+137+63=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #64893F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64893F is #9B76C0. Grayscale: #757575. Windows color (decimal): -10188481 or 4163940. OLE color: 4163940.

HSL color Cylindrical-coordinate representation of color #64893F: hue angle of 90º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64893F is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 63 -
CMYK 0.27 0 0.54 0.46
HSL 90º 0.37% 0.39% -
HSV(B) 90º 0.54% 0.54% -
XYZ 15.1 20.96 7.95 -
YUV 117.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 100 137 63 0.27 0 0.54 0.46 90 0.37 0.39
Hex 64 89 3F 1B 0 36 2E 5A 25 27
Octal 144 211 77 33 0 66 56 132 45 47
Binary 1100100 10001001 111111 11011 0 110110 101110 1011010 100101 100111

Color Harmonies of #64893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64893F

Black with #64893F

Text Example


Text Example

White with #64893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64893F; }

 p { color: rgb(100,137,63); }

 H1.HeaderClassName
 {
   color: #64893F;
 }
 .AnyTagClassName
 {
   color: #64893F;
 }
</style>

background-color css

<style>
 a { background-color: #64893F; }

 a { background-color: rgb(100,137,63); }

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

border-color css

<style>
 span { border-color: #64893F; }

 span { border-color: rgb(100,137,63); }

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