Html Css Color HEX #64863E Dingley

📋 copy color: '#64863E'

red 100 ◦ green 134 ◦ blue 62

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

Shades of Dingley #64863E

Tints of Dingley #64863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 33.78%
G = 45.27%
B = 20.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#64863E (or 0x64863E) is known color: Dingley. HEX triplet: 64, 86 and 3E. RGB value is (100,134,62). Sum of RGB (Red+Green+Blue) = 100+134+62=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #64863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64863E is #9B79C1. Grayscale: #737373. Windows color (decimal): -10189250 or 4097636. OLE color: 4097636.

HSL color Cylindrical-coordinate representation of color #64863E: hue angle of 88.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64863E is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 62 -
CMYK 0.25 0 0.54 0.47
HSL 88.33º 0.37% 0.38% -
HSV(B) 88.33º 0.54% 0.53% -
XYZ 14.65 20.11 7.67 -
YUV 115.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 100 134 62 0.25 0 0.54 0.47 88.33 0.37 0.38
Hex 64 86 3E 19 0 36 2F 58 25 26
Octal 144 206 76 31 0 66 57 130 45 46
Binary 1100100 10000110 111110 11001 0 110110 101111 1011000 100101 100110

Color Harmonies of #64863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64863E

Black with #64863E

Text Example


Text Example

White with #64863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,134,62); }

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

background-color css

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

 a { background-color: rgb(100,134,62); }

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

border-color css

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

 span { border-color: rgb(100,134,62); }

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